feat: more services
file browser, n8n, portainer, syncthing, uptime-kuma, watchtower
This commit is contained in:
16
services/syncthing.yml
Normal file
16
services/syncthing.yml
Normal 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
|
||||
Reference in New Issue
Block a user