Update backtest automation compose file with missing environment variables
This commit is contained in:
parent
a1aeb214f7
commit
cd76eaa8d2
@ -13,6 +13,12 @@ services:
|
|||||||
- ORDER=
|
- ORDER=
|
||||||
- ITEM=
|
- ITEM=
|
||||||
- DOWNLOAD_DIRECTORY=
|
- DOWNLOAD_DIRECTORY=
|
||||||
|
- OPTION_DATA_DIRECTORY=
|
||||||
|
- DATABASE_HOST=
|
||||||
|
- DATABASE_PORT=
|
||||||
|
- DATABASE_NAME=
|
||||||
|
- DATABASE_USER=
|
||||||
|
- DATABASE_PASSWORD=
|
||||||
- WEBHOOK_URL=
|
- WEBHOOK_URL=
|
||||||
- USER_ID=
|
- USER_ID=
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user