Files
templates/blueprints/syncthing/docker-compose.yml
Louan Fontenele 8b579fbb60 feat: add Syncthing Template (#636)
* Adiciona template do Syncthing com arquivos de configuração e ícone

* Remove versão do Docker Compose do template do Syncthing
2026-01-05 22:49:26 -06:00

20 lines
369 B
YAML

services:
syncthing:
image: lscr.io/linuxserver/syncthing:latest
restart: unless-stopped
expose:
- 8384
- 22000
- 21027/udp
volumes:
- syncthing_config:/config
- syncthing_data:/var/syncthing/Sync
environment:
- PUID=1000
- PGID=1000
- TZ=${timezone}
volumes:
syncthing_config:
syncthing_data: