bnbfut on ice
This commit is contained in:
parent
7fba7f9406
commit
e290f112f5
@ -1,5 +1,4 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
cbspot24_md_recorder:
|
cbspot24_md_recorder:
|
||||||
image: cloud21.cvtt.vpn:5500/md_recorder:${MD_RECORDER_VERSION}
|
image: cloud21.cvtt.vpn:5500/md_recorder:${MD_RECORDER_VERSION}
|
||||||
container_name: ${CB24_CONTAINER_NAME}
|
container_name: ${CB24_CONTAINER_NAME}
|
||||||
@ -52,31 +51,33 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- timescaledb
|
- timescaledb
|
||||||
|
|
||||||
# bnbfut24_md_recorder:
|
bnbfut24_md_recorder:
|
||||||
# image: cloud21.cvtt.vpn:5500/md_recorder:${MD_RECORDER_VERSION}
|
profiles:
|
||||||
# container_name: ${BF24_CONTAINER_NAME}
|
- manual
|
||||||
# user: ${CVTT_USER:-1001:1001}
|
image: cloud21.cvtt.vpn:5500/md_recorder:${MD_RECORDER_VERSION}
|
||||||
# pull_policy: always
|
container_name: ${BF24_CONTAINER_NAME}
|
||||||
# restart: unless-stopped
|
user: ${CVTT_USER:-1001:1001}
|
||||||
# environment:
|
pull_policy: always
|
||||||
# CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789}
|
restart: unless-stopped
|
||||||
# CONFIG_FILE: ${CONFIG_FILE:-/config/md_recorder.cfg}
|
environment:
|
||||||
# CREDS_FILE: ${CREDS_FILE}
|
CONFIG_SERVICE: ${CONFIG_SERVICE:-cloud16.cvtt.vpn:6789}
|
||||||
# EXCHANGE_ACCT_NAME: ${BF24_EXCHANGE_ACCT_NAME}
|
CONFIG_FILE: ${CONFIG_FILE:-/config/md_recorder.cfg}
|
||||||
# INSTRUMENT_GROUP: ${BF24_INSTRUMENT_GROUP}
|
CREDS_FILE: ${CREDS_FILE}
|
||||||
# DB_CRED_KEY: ${BF24_DB_CRED_KEY}
|
EXCHANGE_ACCT_NAME: ${BF24_EXCHANGE_ACCT_NAME}
|
||||||
# LOG_FILE: ${BF24_LOG_FILE}
|
INSTRUMENT_GROUP: ${BF24_INSTRUMENT_GROUP}
|
||||||
# ADD_ARGS: ${BF24_ADD_ARGS:-}
|
DB_CRED_KEY: ${BF24_DB_CRED_KEY}
|
||||||
# MDREC_DEBUG: ${BF24_DEBUG:-N}
|
LOG_FILE: ${BF24_LOG_FILE}
|
||||||
# MDREC_DEBUG_WAIT: ${BF24_DEBUG_WAIT:-N}
|
ADD_ARGS: ${BF24_ADD_ARGS:-}
|
||||||
# volumes:
|
MDREC_DEBUG: ${BF24_DEBUG:-N}
|
||||||
# - ./config:/config
|
MDREC_DEBUG_WAIT: ${BF24_DEBUG_WAIT:-N}
|
||||||
# - ./logs:/logs
|
volumes:
|
||||||
# ports:
|
- ./config:/config
|
||||||
# - ${BF24_ADMIN_PORT}:7200
|
- ./logs:/logs
|
||||||
# - ${BF24_DEBUG_PORT}:5678
|
ports:
|
||||||
# depends_on:
|
- ${BF24_ADMIN_PORT}:7200
|
||||||
# - timescaledb
|
- ${BF24_DEBUG_PORT}:5678
|
||||||
|
depends_on:
|
||||||
|
- timescaledb
|
||||||
|
|
||||||
timescaledb:
|
timescaledb:
|
||||||
image: cloud21.cvtt.vpn:5500/md_recorder-tsdb:${MD_RECORDER_VERSION}
|
image: cloud21.cvtt.vpn:5500/md_recorder-tsdb:${MD_RECORDER_VERSION}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user