bookkeeper bug fix
This commit is contained in:
parent
4aa4bd701a
commit
ee25454664
1
market_data/md_recorder/VERSION
Normal file
1
market_data/md_recorder/VERSION
Normal file
@ -0,0 +1 @@
|
||||
0.0.6
|
||||
@ -4,10 +4,11 @@
|
||||
RegistryService=cloud21.cvtt.vpn:5500
|
||||
ImageName=md_recorder
|
||||
BashFunctionCode=$(realpath $(dirname ${0}))/../../dckr_bld_functions.sh
|
||||
ImageVersion=$(cat $(realpath $(dirname ${0}))/VERSION)
|
||||
# --- Settings
|
||||
|
||||
usage() {
|
||||
echo "Usage: $0 -V <image_version> -L <library>:<library_version>"
|
||||
echo "Usage: $0 -L <library>:<library_version> [-V <image_version>] "
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ CONFIG_COMM_SETTINGS=comm/pubsub/redis/docker_microservices
|
||||
CONFIG_FILE="http://${CONFIG_SERVICE}/apps/cvtt_musvc"
|
||||
|
||||
CVTT_USER=1001:1001
|
||||
CVTT_VERSION=0.0.3
|
||||
CVTT_VERSION=0.0.6
|
||||
|
||||
# MDGW_CREDS_FILE=.creds
|
||||
MDGW_LOG_FILE=%T.md_gateway.log
|
||||
|
||||
1
microservices/VERSION
Normal file
1
microservices/VERSION
Normal file
@ -0,0 +1 @@
|
||||
0.0.6
|
||||
@ -12,10 +12,11 @@ ValidImages+=(risk_manager)
|
||||
ValidImages+=(quant)
|
||||
ValidImages+=(trader)
|
||||
BashFunctionCode=$(realpath $(dirname ${0}))/../dckr_bld_functions.sh
|
||||
ImageVersion=$(cat $(realpath $(dirname ${0}))/VERSION)
|
||||
# --- Settings
|
||||
|
||||
usage() {
|
||||
echo "Usage: $0 -I <image_name> -V <image_version> -L <library>:<library_version>"
|
||||
echo "Usage: $0 -I <image_name> -L <library>:<library_version> [-V <image_version>] "
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user