version: "3.7" services: app_proxy: environment: APP_HOST: syncthing_server_1 APP_PORT: 8384 server: image: syncthing/syncthing:1.23.2@sha256:8eb65bcdc7fe342febe18c893527c5bd8534079bffe174f28f1dad8c207cad9a 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