singb/docker-compose.yaml
2025-03-23 18:55:12 +08:00

33 lines
765 B
YAML

services:
sing-box:
image: evlic/singb:latest
build:
context: sing-box
container_name: sing
hostname: sing-box
restart: always
network_mode: host
environment:
- START_PORT=${PORT}
- SERVER_IP=${IP}
- XTLS_REALITY=true
- HYSTERIA2=true
- TUIC=false
- SHADOWTLS=false
- SHADOWSOCKS=true
- TROJAN=false
- VMESS_WS=false
- VLESS_WS=false
- H2_REALITY=true
- GRPC_REALITY=true
- UUID=${UUID}
- NODE_NAME=${HOST}
- CDN=www.csgo.com
- ARGO_DOMAIN=${IP}
- ARGO_AUTH=''
volumes:
- ./nginx/etc:/etc/nginx
- ./nginx/logs:/var/lib/nginx/logs
- ./sing/subscribe:/sing-box/subscribe
- ./sing/conf:/sing-box/conf