Compare commits
No commits in common. "6ca68092de0d8f3046e251271ef631769bbcee0c" and "0cb9eeafd2c5a0992a972d2db369d31662325dee" have entirely different histories.
6ca68092de
...
0cb9eeafd2
@ -1,5 +1,5 @@
|
||||
CVTT_USER=1001:1001
|
||||
CVTT_VERSION=0.0.3
|
||||
CVTT_USER=1000:1000
|
||||
CVTT_VERSION=0.0.1
|
||||
|
||||
# MDGW_CONFIG_FILE=config_musvc.cfg
|
||||
# MDGW_CREDS_FILE=.creds
|
||||
|
||||
@ -3,7 +3,6 @@ services:
|
||||
md_gateway:
|
||||
image: cloud21.cvtt.vpn:5500/md_gateway:${CVTT_VERSION}
|
||||
container_name: md_gateway
|
||||
pull_policy: always
|
||||
user: ${CVTT_USER:-1001:1001}
|
||||
environment:
|
||||
CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789}
|
||||
@ -20,7 +19,6 @@ services:
|
||||
oe_gateway:
|
||||
image: cloud21.cvtt.vpn:5500/oe_gateway:${CVTT_VERSION}
|
||||
container_name: oe_gateway
|
||||
pull_policy: always
|
||||
user: ${CVTT_USER:-1001:1001}
|
||||
environment:
|
||||
CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789}
|
||||
@ -37,7 +35,6 @@ services:
|
||||
ac_gateway:
|
||||
image: cloud21.cvtt.vpn:5500/ac_gateway:${CVTT_VERSION}
|
||||
container_name: ac_gateway
|
||||
pull_policy: always
|
||||
user: ${CVTT_USER:-1001:1001}
|
||||
environment:
|
||||
CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789}
|
||||
@ -58,3 +55,4 @@ services:
|
||||
- "16379:6379"
|
||||
volumes:
|
||||
- ./data/redis:/data
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user