feat(env): ✨ update
This commit is contained in:
parent
0d7369633e
commit
76fcc84741
@ -1,4 +1,4 @@
|
||||
version: '2.12'
|
||||
version: '3.5'
|
||||
services:
|
||||
v2:
|
||||
container_name: v2
|
||||
@ -10,11 +10,23 @@ services:
|
||||
- vlss
|
||||
volumes:
|
||||
- ${DIR}/v2a:/etc/v2raya
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
V2RAYA_LOG_LEVEL: debug
|
||||
V2RAYA_ADDRESS: 0.0.0.0:7997
|
||||
TZ:
|
||||
TERM:
|
||||
depends_on:
|
||||
- ngx
|
||||
# dae:
|
||||
# container_name: dae
|
||||
# image: daeuniverse/dae:latest
|
||||
# restart: always
|
||||
# privileged: true
|
||||
# pid: host
|
||||
# network_mode: host
|
||||
# networks:
|
||||
# - vlss
|
||||
|
||||
ngx:
|
||||
container_name: ngx
|
||||
@ -25,6 +37,9 @@ services:
|
||||
- 443:443
|
||||
networks:
|
||||
- vlss
|
||||
environment:
|
||||
TZ:
|
||||
TERM:
|
||||
volumes:
|
||||
- ${DIR}/ngx/etc:/etc/nginx
|
||||
- ${DIR}/ngx/log:/var/log/nginx
|
||||
@ -35,12 +50,14 @@ services:
|
||||
image: tindy2013/subconverter:latest
|
||||
ports:
|
||||
- 25500:25500
|
||||
environment:
|
||||
TZ:
|
||||
TERM:
|
||||
networks:
|
||||
- vlss
|
||||
depends_on:
|
||||
- ngx
|
||||
|
||||
|
||||
networks:
|
||||
vlss:
|
||||
driver: bridge
|
Loading…
Reference in New Issue
Block a user