progress
This commit is contained in:
+6
-2
@@ -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" \
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user