Compare commits

..

3 Commits

Author SHA1 Message Date
Cryptoval2
6ca68092de merge 2025-04-06 01:24:33 +00:00
Cryptoval2
9bebe14e40 minor 2025-04-06 01:21:40 +00:00
Cryptoval Trading Technologies
bbcc5a9541 progress 2025-04-06 01:19:45 +00:00
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
CVTT_USER=1000:1000 CVTT_USER=1001:1001
CVTT_VERSION=0.0.1 CVTT_VERSION=0.0.3
# MDGW_CONFIG_FILE=config_musvc.cfg # MDGW_CONFIG_FILE=config_musvc.cfg
# MDGW_CREDS_FILE=.creds # MDGW_CREDS_FILE=.creds

View File

@ -3,6 +3,7 @@ services:
md_gateway: md_gateway:
image: cloud21.cvtt.vpn:5500/md_gateway:${CVTT_VERSION} image: cloud21.cvtt.vpn:5500/md_gateway:${CVTT_VERSION}
container_name: md_gateway container_name: md_gateway
pull_policy: always
user: ${CVTT_USER:-1001:1001} user: ${CVTT_USER:-1001:1001}
environment: environment:
CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789} CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789}
@ -19,6 +20,7 @@ services:
oe_gateway: oe_gateway:
image: cloud21.cvtt.vpn:5500/oe_gateway:${CVTT_VERSION} image: cloud21.cvtt.vpn:5500/oe_gateway:${CVTT_VERSION}
container_name: oe_gateway container_name: oe_gateway
pull_policy: always
user: ${CVTT_USER:-1001:1001} user: ${CVTT_USER:-1001:1001}
environment: environment:
CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789} CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789}
@ -35,6 +37,7 @@ services:
ac_gateway: ac_gateway:
image: cloud21.cvtt.vpn:5500/ac_gateway:${CVTT_VERSION} image: cloud21.cvtt.vpn:5500/ac_gateway:${CVTT_VERSION}
container_name: ac_gateway container_name: ac_gateway
pull_policy: always
user: ${CVTT_USER:-1001:1001} user: ${CVTT_USER:-1001:1001}
environment: environment:
CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789} CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789}
@ -55,4 +58,3 @@ services:
- "16379:6379" - "16379:6379"
volumes: volumes:
- ./data/redis:/data - ./data/redis:/data