server-up/apps/syncthing/files/compose.yaml
bes-r e5effe4089
All checks were successful
Deploy server-up (dev) / deploy (push) Successful in 8s
feat: nieuwe boilerplates + hardcoded waarden variabel gemaakt
2026-05-27 00:08:55 +02:00

16 lines
450 B
YAML

services:
<< service_name >>:
image: lscr.io/linuxserver/syncthing:latest
container_name: << service_name >>
ports:
- "<< web_port >>:8384"
- "<< sync_port >>:22000/tcp"
- "<< sync_port >>:22000/udp"
environment:
- TZ=<< timezone >>
- PUID=<< puid >>
- PGID=<< pgid >>
volumes:
- << data_dir >>/<< service_name >>/config:/config
- << sync_dir >>:/data
restart: unless-stopped