mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
21 lines
473 B
YAML
21 lines
473 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: syncthing_server_1
|
|
APP_PORT: 8384
|
|
|
|
server:
|
|
image: syncthing/syncthing:1.27.10@sha256:311f1e1d9fe6e4237ad690726e2af8c3c8a9cb03e4dbc0583c9307e32324e5b9
|
|
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 |