nah i'm stupid
This commit is contained in:
parent
251b183c19
commit
4ed6b145a5
1 changed files with 0 additions and 5 deletions
|
@ -10,7 +10,6 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /home/criz/Medias
|
source: /home/criz/Medias
|
||||||
target: /source/Medias
|
target: /source/Medias
|
||||||
read_only: true
|
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/backupSD/Medias
|
source: /mnt/backupSD/Medias
|
||||||
target: /dest/Medias
|
target: /dest/Medias
|
||||||
|
@ -23,7 +22,6 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/backupSD/Immich
|
source: /mnt/backupSD/Immich
|
||||||
target: /dest/Immich
|
target: /dest/Immich
|
||||||
read_only: true
|
|
||||||
# Nextcloud
|
# Nextcloud
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /home/criz/SelfHosting/Containers/NextCloud/nextcloud_data/data/Crizomb/files
|
source: /home/criz/SelfHosting/Containers/NextCloud/nextcloud_data/data/Crizomb/files
|
||||||
|
@ -32,7 +30,6 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/backupSD/NextCloud
|
source: /mnt/backupSD/NextCloud
|
||||||
target: /dest/NextCloud
|
target: /dest/NextCloud
|
||||||
read_only: true
|
|
||||||
# Forgejo
|
# Forgejo
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /home/criz/SelfHosting/Containers/Forgejo/forgejo/git
|
source: /home/criz/SelfHosting/Containers/Forgejo/forgejo/git
|
||||||
|
@ -46,11 +43,9 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/backupSD/Forgejo/git
|
source: /mnt/backupSD/Forgejo/git
|
||||||
target: /dest/Forgejo/git
|
target: /dest/Forgejo/git
|
||||||
read_only: true
|
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/backupSD/Forgejo/gitea
|
source: /mnt/backupSD/Forgejo/gitea
|
||||||
target: /dest/Forgejo/gitea
|
target: /dest/Forgejo/gitea
|
||||||
read_only: true
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- CRON_TASK_1=0 3 * * * rsync -a --delete /source/Medias/ /dest/Medias/
|
- CRON_TASK_1=0 3 * * * rsync -a --delete /source/Medias/ /dest/Medias/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue