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 -9
View File
@@ -15,15 +15,15 @@ RUN mkdir /logs
ENV PYTHONPATH=/
# default config
ENV CONFIG=http://cloud16.cvtt.vpn:6789/apps/cvtt
# ENV CONFIG=http://cloud16.cvtt.vpn:6789/apps/cvtt
CMD [ \
"python3.10", \
"cvttpy/apps/executor_app.py", \
"--config=${CONFIG}", \
"--admin_port=7220", \
"--active_exchanges=COINBASE_AT", \
"--credentials_file=/.creds", \
"--log_file=/logs/%T.EXECUTOR_APP.log" \
CMD [ \
"python3.10", \
"cvttpy/apps/executor_app.py", \
"--config=http://cloud16.cvtt.vpn:6789/apps/cvtt", \
"--admin_port=7220", \
"--active_exchanges=COINBASE_AT", \
"--credentials_file=/.creds", \
"--log_file=/logs/%T.EXECUTOR_APP.log" \
]