Files
infra/ru-vps/sync-relay/docker-compose.yml
T
Dmitry 12abbde629
Deploy ru-vps / deploy (push) Successful in 28s
Add docker-compose configuration for Syncthing relay server
2026-05-28 13:27:26 +03:00

7 lines
202 B
YAML

services:
strelaysrv:
image: syncthing/relaysrv:latest
ports:
- "22067:22067" # relay protocol
- "22070:22070" # status/metrics
command: -listen=":22067" -status-srv=":22070"