feat: update
This commit is contained in:
parent
00d500a440
commit
0fdd076774
22
docker-compose.u22.yaml
Normal file
22
docker-compose.u22.yaml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
services:
|
||||||
|
u22:
|
||||||
|
# command: command
|
||||||
|
container_name: u22
|
||||||
|
image: ubuntu-systemd:22.04
|
||||||
|
restart: always
|
||||||
|
hostname: u22
|
||||||
|
# ports:
|
||||||
|
# - 3111-3222:3111-3222
|
||||||
|
# networks:
|
||||||
|
# - local
|
||||||
|
privileged: true
|
||||||
|
network_mode: host
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
volumes:
|
||||||
|
- ${ROOT_DIR}:/root
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
environment:
|
||||||
|
APP_ADDRESS: 0.0.0.0:3111
|
||||||
|
# command: ['tail', '-f', '/dev/null']
|
@ -1,22 +1,27 @@
|
|||||||
services:
|
services:
|
||||||
u22:
|
sing-box:
|
||||||
# command: command
|
image: fscarmen/sb
|
||||||
container_name: u22
|
pull_policy: always
|
||||||
image: ubuntu-systemd:22.04
|
container_name: s
|
||||||
|
hostname: sing-box
|
||||||
restart: always
|
restart: always
|
||||||
hostname: u22
|
networks:
|
||||||
# ports:
|
- sing-box
|
||||||
# - 3111-3222:3111-3222
|
|
||||||
# networks:
|
|
||||||
# - local
|
|
||||||
privileged: true
|
|
||||||
network_mode: host
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
volumes:
|
|
||||||
- ${ROOT_DIR}:/root
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
||||||
environment:
|
environment:
|
||||||
APP_ADDRESS: 0.0.0.0:3111
|
- START_PORT=40090
|
||||||
# command: ['tail', '-f', '/dev/null']
|
- SERVER_IP=${IP_ADDR}
|
||||||
|
- XTLS_REALITY=true
|
||||||
|
- HYSTERIA2=true
|
||||||
|
- TUIC=false
|
||||||
|
- SHADOWTLS=false
|
||||||
|
- SHADOWSOCKS=true
|
||||||
|
- TROJAN=false
|
||||||
|
- VMESS_WS=false
|
||||||
|
- VLESS_WS=true
|
||||||
|
- H2_REALITY=true
|
||||||
|
- GRPC_REALITY=true
|
||||||
|
- UUID=20f7fca4-86e5-4ddf-9eed-24142073d197
|
||||||
|
- CDN=
|
||||||
|
- NODE_NAME=awse
|
||||||
|
- ARGO_DOMAIN=
|
||||||
|
- ARGO_AUTH=
|
||||||
|
Loading…
Reference in New Issue
Block a user