403/docker-compose.yaml
reonokiy 17ab5ceecd
Some checks failed
Build and Push Docker Image / build (push) Failing after 14s
update network mode
2025-05-20 21:28:58 +08:00

17 lines
577 B
YAML

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