version: "3.7" services: app_proxy: environment: APP_HOST: syncthing_server_1 APP_PORT: 8384 server: image: syncthing/syncthing:2.0.16@sha256:4a961394ca471f4e48f31ad2cef50697e502c8799e2e98477a1c3844e0c5bc54 restart: on-failure stop_grace_period: 1m hostname: dfwebos environment: - PUID=1000 - PGID=1000 volumes: - ${APP_DATA_DIR}/data:/var/syncthing ports: - 22000:22000/tcp - 22000:22000/udp