creds to be taken from volumes
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"__dummy__": null
|
||||
, "ALPACA_SANDBOX": {
|
||||
"api_key": "PKLZSLFZMFMN1R28K9HK"
|
||||
, "secret_key": "SKbxwLWJNs4kpn618DgGaopN6x1xzKwLM4Z7aymA"
|
||||
}
|
||||
}
|
||||
@@ -7,6 +7,7 @@ services:
|
||||
environment:
|
||||
- REDIS_HOST=redis
|
||||
volumes:
|
||||
- ./.creds:/.creds
|
||||
- ./config:/config
|
||||
- ./logs:/logs
|
||||
- ./data:/data
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN pip install --upgrade pip --root-user-action=ignore
|
||||
RUN pip install -r /requirements.txt --root-user-action=ignore
|
||||
|
||||
COPY cvttpy /cvttpy
|
||||
COPY ${ROOT_MCRSVC_DIR}/.creds /.creds
|
||||
# COPY ${ROOT_MCRSVC_DIR}/.creds /.creds
|
||||
|
||||
|
||||
COPY ${FROM_DIR}/run_mdgw.sh /run_mdgw.sh
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN pip install --upgrade pip --root-user-action=ignore
|
||||
RUN pip install -r /requirements.txt --root-user-action=ignore
|
||||
|
||||
COPY cvttpy /cvttpy
|
||||
COPY ${ROOT_MUSVC_DIR}/.creds /.creds
|
||||
# COPY ${ROOT_MUSVC_DIR}/.creds /.creds
|
||||
|
||||
|
||||
COPY ${FROM_DIR}/run_tester.sh /run_tester.sh
|
||||
|
||||
Reference in New Issue
Block a user