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