ubuntu/docker-compose.yaml

30 lines
709 B
YAML
Raw Normal View History

2022-11-27 22:22:10 +08:00
services:
2024-09-02 18:41:58 +08:00
sing-box:
2024-09-09 16:54:04 +08:00
image: singb:dev
build:
context: sing-box
2024-09-02 18:43:32 +08:00
container_name: sing
2024-09-02 18:41:58 +08:00
hostname: sing-box
2022-11-27 22:22:10 +08:00
restart: always
2024-09-02 18:42:36 +08:00
network_mode: host
2022-11-27 22:22:10 +08:00
environment:
2024-09-02 18:41:58 +08:00
- START_PORT=40090
- SERVER_IP=${IP_ADDR}
- XTLS_REALITY=true
- HYSTERIA2=true
- TUIC=false
- SHADOWTLS=false
- SHADOWSOCKS=true
- TROJAN=false
- VMESS_WS=false
2024-09-02 18:47:48 +08:00
- VLESS_WS=false
2024-09-02 18:41:58 +08:00
- H2_REALITY=true
- GRPC_REALITY=true
- UUID=20f7fca4-86e5-4ddf-9eed-24142073d197
- NODE_NAME=awse
2024-09-02 18:45:49 +08:00
- CDN=www.csgo.com
2024-09-02 18:55:07 +08:00
- ARGO_DOMAIN=${IP_ADDR}
- ARGO_AUTH=''
2024-09-02 19:19:51 +08:00
volumes:
- ./nginx/etc:/etc/nginx
- ./nginx/logs:/var/lib/nginx/logs