add syncthing
This commit is contained in:
@ -592,6 +592,23 @@ services:
|
||||
GID: ${PGID}
|
||||
restart: unless-stopped
|
||||
|
||||
syncthing:
|
||||
image: lscr.io/linuxserver/syncthing:latest
|
||||
container_name: syncthing
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
|
||||
- "${STORAGE_PATH}/docker-storage/syncthing:/general"
|
||||
ports:
|
||||
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"
|
||||
- "${SYNCTHING_EXTERNAL_PORT2}:${SYNCTHING_INTERNAL_PORT2}"
|
||||
- "${SYNCTHING_EXTERNAL_PORT3}:${SYNCTHING_INTERNAL_PORT3}"
|
||||
- "${SYNCTHING_EXTERNAL_PORT4}:${SYNCTHING_INTERNAL_PORT4}"
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- base
|
||||
networks:
|
||||
- public
|
||||
|
||||
networks:
|
||||
loki:
|
||||
caddy:
|
||||
|
Reference in New Issue
Block a user