Compare commits

..

2 Commits

Author SHA1 Message Date
tvh-linux c90c74334e Merge branch 'master' of git.tvheggland.no:tvh-linux/Syncthing 2026-05-11 22:42:20 +02:00
tvh-linux 69aa6dbb33 sync 2026-05-11 22:39:52 +02:00
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
.env
config
+22
View File
@@ -0,0 +1,22 @@
services:
syncthing:
image: lscr.io/linuxserver/syncthing:latest
container_name: syncthing
restart: unless-stopped
hostname: "${NODE_NAME}"
ports:
- "${WG_IP}:22000:22000/tcp"
- "${WG_IP}:22000:22000/udp"
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- ./config:/config
- ${SYNC_PATH}:/srv/sync
stop_grace_period: 1m
networks:
- proxy_pc
networks:
proxy_pc:
external: true