This commit is contained in:
reonokiy 2025-05-17 02:14:05 +08:00
parent 0bf9a807c5
commit fcfeaa627a
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
5 changed files with 141 additions and 10 deletions

View file

@ -1,16 +1,15 @@
services:
sing-box:
image: ghcr.io/sagernet/sing-box:v1.12.0-alpha.9
build:
context: templates/sing-box-reality-server
dockerfile: Dockerfile
restart: always
container_name: sing-box
environment:
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
- 127.0.0.1:10800:8080
volumes:
- ./singbox.json:/etc/sing-box/config.json:ro
command: -D /var/lib/sing-box -c /etc/sing-box/config.json run
warp:
image: ghcr.io/aleskxyz/warp-svc:v1.5.0
restart: always
container_name: warp