services: sing-box: build: context: templates/sing-box-reality-server dockerfile: Dockerfile restart: always container_name: sing-box environment: UP_MBPS: ${UP_MBPS:-100} DOWN_MBPS: ${DOWN_MBPS:-100} DOMAIN: ${DOMAIN} PROJECT_ID: ${PROJECT_ID} INFISICAL_API_URL: https://infisical.nokiy.net/api INFISICAL_SECRET_ENV: ${INFISICAL_SECRET_ENV:-prod} INFISICAL_MACHINE_CLIENT_ID: ${INFISICAL_MACHINE_CLIENT_ID} INFISICAL_MACHINE_CLIENT_SECRET: ${INFISICAL_MACHINE_CLIENT_SECRET} ports: - 443:443 warp: image: ghcr.io/aleskxyz/warp-svc:v1.5.0 restart: always container_name: warp