feat: more services

file browser, n8n, portainer, syncthing, uptime-kuma, watchtower
This commit is contained in:
SauravDhakal
2026-03-30 22:39:23 +05:45
parent 3f850d5734
commit 1f843fabf7
7 changed files with 103 additions and 0 deletions

16
services/syncthing.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
syncthing:
image: syncthing/syncthing:latest
restart: unless-stopped
user: "1000:1000"
ports:
- "127.0.0.1:8384:8384" # web UI — VPN only via Caddy
- "22000:22000/tcp" # sync protocol — needs to be public
- "22000:22000/udp"
- "21027:21027/udp" # discovery
environment:
- PUID=1000
- PGID=1000
volumes:
- /home/saurav/hetzner_self/data/syncthing:/var/syncthing
# NOTE: - /home/saurav/cloud:/sync/cloud # sync your cloud folder