This commit is contained in:
2024-01-19 17:14:02 -05:00
parent 8ec343416c
commit 190d44a6d7
5 changed files with 41 additions and 31 deletions
+9 -11
View File
@@ -17,17 +17,15 @@ ENV PYTHONPATH=/
# default config
ENV CONFIG=http://cloud16.cvtt.vpn:6789/apps/cvtt
ENV BOOK_ID=CVTT_CLD17_BK01
# ENV INSTRUMENTS="COINBASE:PAIR-BTC-USD"
CMD [ \
"python3.10", \
"cvttpy/apps/quant_app.py", \
"--config=${CONFIG}", \
"--credentials_file=/.creds", \
"--active_exchanges=COINBASE_AT", \
# "--instruments=${INSTRUMENTS}", \
CMD [ \
"python3.10", \
"cvttpy/apps/quant_app.py", \
"--config=http://cloud16.cvtt.vpn:6789/apps/cvtt", \
"--credentials_file=/.creds", \
"--active_exchanges=COINBASE_AT", \
"--instruments=COINBASE:PAIR-BTC-USD", \
"--book=${BOOK_ID}" \
"--admin_port=7221", \
"--log_file=/logs/%T.QUANT.log" \
"--book=CVTT_CLD17_BK01", \
"--admin_port=7221", \
"--log_file=/logs/%T.QUANT.log" \
]