1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
e0d357ca05 syncthing: add storage volume 2024-12-31 06:26:21 +01:00
b0882532a7 handbrake-server: restart unless stopped 2024-12-31 06:25:22 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -370,6 +370,7 @@ services:
volumes:
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
- "${DOCKER_STORAGE_PATH}/syncthing/shares:/shares"
- "${STORAGE_PATH}:/storage"
ports:
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"
- "${SYNCTHING_EXTERNAL_PORT2}:${SYNCTHING_INTERNAL_PORT2}"

View File

@ -12,3 +12,4 @@ services:
volumes:
- "${DOCKER_STORAGE_PATH}/handbrake-server/data:/data"
- "${STORAGE_PATH}:/video"
restart: unless-stopped