This commit is contained in:
Cryptoval2 2025-04-29 23:12:55 +00:00
parent 4aa4bd701a
commit 634e8421a2
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,8 @@
# ----- cloud24 settings
#
# cloud24 settings
# ---------------------------------------------
CVTT_USER=1001:1001
IMAGE_VERSION=0.0.2
IMAGE_VERSION=0.0.5
CONFIG_FILE=/config/md_recorder.cfg
CREDS_FILE=/config/.creds
@ -48,5 +50,3 @@ CBCLD21_LOG_FILE=/logs/%T.MD_REC.${CBCLD21_INSTRUMENT_GROUP}.log
CBCLD21_ADD_ARGS=--compress_log
CBCLD21_ADMIN_PORT=7204

View File

@ -1,6 +1,6 @@
# CVTT Microservices
services:
bfcld21_md_recorder:
bnbfut_cld21:
image: cloud21.cvtt.vpn:5500/md_recorder:${IMAGE_VERSION}
container_name: ${BFCLD21_CONTAINER_NAME}
user: ${CVTT_USER:-1001:1001}
@ -22,7 +22,7 @@ services:
- ${BFCLD21_ADMIN_PORT}:7200
cbcld21_md_recorder:
cbase_cld21:
image: cloud21.cvtt.vpn:5500/md_recorder:${IMAGE_VERSION}
container_name: ${CBCLD21_CONTAINER_NAME}
user: ${CVTT_USER:-1001:1001}
@ -43,7 +43,7 @@ services:
ports:
- ${CBCLD21_ADMIN_PORT}:7200
bscld21_md_recorder:
bnbspot_cld21:
image: cloud21.cvtt.vpn:5500/md_recorder:${IMAGE_VERSION}
container_name: ${BSCLD21_CONTAINER_NAME}
user: ${CVTT_USER:-1001:1001}
@ -64,7 +64,7 @@ services:
ports:
- ${BSCLD21_ADMIN_PORT}:7200
bscd_md_recorder:
bnbspot_cvttdata:
image: cloud21.cvtt.vpn:5500/md_recorder:${IMAGE_VERSION}
container_name: ${BSCD_CONTAINER_NAME}
user: ${CVTT_USER:-1001:1001}