umbrel-apps/syncthing/docker-compose.yml

23 lines
478 B
YAML
Raw Normal View History

2022-04-20 20:32:07 +00:00
version: "3.7"
services:
2022-05-16 13:30:51 +00:00
app_proxy:
environment:
APP_HOST: syncthing_server_1
APP_PORT: 8384
2022-05-16 13:30:51 +00:00
2022-04-20 20:32:07 +00:00
server:
2023-12-11 06:19:30 +00:00
image: syncthing/syncthing:1.27.0@sha256:0fd4d5b3499ad26165fb7dffddc98988805fab8d72d1e0af71a574b7da563f58
2022-04-20 20:32:07 +00:00
restart: on-failure
stop_grace_period: 1m
hostname: umbrel
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data:/var/syncthing
ports:
- 22000:22000/tcp
- 22000:22000/udp