services: sing-box: build: context: templates/sing-box-reality-server dockerfile: Dockerfile restart: always container_name: sing-box environment: 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