update syncthing for new storage
This commit is contained in:
parent
1213b5991a
commit
c34a490748
@ -100,6 +100,35 @@ services:
|
||||
# restart: unless-stopped
|
||||
|
||||
|
||||
#jackett:
|
||||
# image: lscr.io/linuxserver/jackett:latest
|
||||
# container_name: jackett
|
||||
# environment:
|
||||
# <<: *common-environment
|
||||
# AUTO_UPDATE: true #optional
|
||||
# RUN_OPTS: #optional
|
||||
# volumes:
|
||||
# - jackett-config:/config
|
||||
# - /mnt/storage/media/dl:/downloads
|
||||
# ports:
|
||||
# - 9117:9117
|
||||
# restart: unless-stopped
|
||||
|
||||
|
||||
#sonarr:
|
||||
# image: lscr.io/linuxserver/sonarr:latest
|
||||
# container_name: sonarr
|
||||
# environment: *common-environment
|
||||
# volumes:
|
||||
# - sonarr-config:/config
|
||||
# - /mnt/storage/media:/data
|
||||
# #- /mnt/storage/video/Films/:/movies
|
||||
# #- /mnt/storage/download/:/downloads
|
||||
# ports:
|
||||
# - 8989:8989
|
||||
# restart: unless-stopped
|
||||
|
||||
|
||||
syncthing:
|
||||
image: lscr.io/linuxserver/syncthing:latest
|
||||
container_name: syncthing
|
||||
@ -107,11 +136,11 @@ services:
|
||||
environment: *common-environment
|
||||
volumes:
|
||||
- ./syncthing:/config
|
||||
- /mnt/storage/music/Florent:/music
|
||||
- /mnt/storage/audrey-sync:/audrey-sync
|
||||
- /mnt/storage/audrey-projets:/audrey-projets
|
||||
- /home/florent/syncthing/notes:/notes
|
||||
- /home/florent/syncthing/signal-bkp:/signal-bkp
|
||||
- sync-notes:/notes
|
||||
- sync-audrey:/audrey-sync
|
||||
- ./data/signal-bkp:/signal-bkp
|
||||
- ./data/audrey-projets:/audrey-projets
|
||||
- /storage/@media/music/Florent:/music
|
||||
ports:
|
||||
- 22000:22000/tcp
|
||||
- 22000:22000/udp
|
||||
@ -365,7 +394,10 @@ volumes:
|
||||
zotero-sync-data:
|
||||
gitea-data:
|
||||
gitea-db:
|
||||
|
||||
sonarr-config:
|
||||
jackett-config:
|
||||
sync-audrey:
|
||||
sync-notes:
|
||||
|
||||
|
||||
secrets:
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user