403/docker-compose.yaml
reonokiy f16aef4c24
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s
update
2025-05-20 21:44:47 +08:00

18 lines
581 B
YAML

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