File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,13 @@ services:
3535 depends_on:
3636 - fast_dds_discovery
3737 command: >
38- bash -c "cd /usr/local && source ./dats_env.sh && cd MiscATS && BASEDIR_ATS=`pwd`/CryptoCLOB python3 start_ats.py --ats CryptoCLOB/crypto_ats.json"
38+ bash -c "cd /usr/local && source ./dats_env.sh &&
39+ cd MiscATS &&
40+ BASEDIR_ATS=`pwd`/CryptoCLOB python3 start_ats.py --ats CryptoCLOB/crypto_ats.json"
3941 volumes:
4042 - ./logs_ats:/usr/local/MiscATS/CryptoCLOB/logs
41- ports: # FIX Gateways
43+ ports:
44+ # FIX Gateways
4245 - "15001:15001"
4346 - "16001:16001"
4447 - "17001:17001"
@@ -74,7 +77,11 @@ services:
7477 depends_on:
7578 - fast_dds_discovery
7679 command: >
77- bash -c "cd /usr/local && source ./dats_env.sh && cd MiscATS && BASEDIR_ATS=`pwd`/USTreasuryCLOB python3 start_ats.py --ats USTreasuryCLOB/ust_ats.json"
80+ bash -c "cd /usr/local &&
81+ source ./dats_env.sh &&
82+ cd MiscATS &&
83+ BASEDIR_ATS=`pwd`/USTreasuryCLOB
84+ python3 start_ats.py --ats USTreasuryCLOB/ust_ats.json"
7885 volumes:
7986 - ./logs_ats:/usr/local/MiscATS/USTreasuryCLOB/logs
8087 ports: # FIX Gateways
You can’t perform that action at this time.
0 commit comments