mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
23 lines
478 B
YAML
23 lines
478 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: syncthing_server_1
|
|
APP_PORT: 8384
|
|
|
|
server:
|
|
image: syncthing/syncthing:1.24.0@sha256:427259a6cadff846df63a9aa4a509ce087f92f38ddde60badde209a16adb64e0
|
|
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
|
|
|