This commit is contained in:
2024-01-19 15:07:12 -05:00
parent 85b0dcec5f
commit 8ec343416c
7 changed files with 76 additions and 11 deletions
+6 -2
View File
@@ -13,13 +13,17 @@ COPY docker_dev/executor/.creds /.creds
RUN mkdir /logs
ENV PYTHONPATH=/
# default config
ENV CONFIG=http://cloud16.cvtt.vpn:6789/apps/cvtt
CMD [ \
"python3.10", \
"cvttpy/apps/executor_app.py", \
"--config=http://cloud16.cvtt.vpn:6789/apps/cvtt", \
"--config=${CONFIG}", \
"--admin_port=7220", \
"--active_exchanges=COINBASE_AT", \
"--credentials_file=/.creds", \
"--credentials_file=/.creds", \
"--log_file=/logs/%T.EXECUTOR_APP.log" \
]