Add backtest automation Docker compose file
This commit is contained in:
parent
f501c55afd
commit
db93610276
24
backtest-automation.yaml
Normal file
24
backtest-automation.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
backtest-automation:
|
||||||
|
image: <gitea url>/moshferatu/backtest-automation:latest
|
||||||
|
container_name: backtest-automation
|
||||||
|
volumes:
|
||||||
|
- <data directory>/SPX Options Quotes:/spx-options-quotes
|
||||||
|
networks:
|
||||||
|
- backtest-automation
|
||||||
|
environment:
|
||||||
|
- USER=
|
||||||
|
- PASSWORD=
|
||||||
|
- ORDER=
|
||||||
|
- ITEM=
|
||||||
|
- DOWNLOAD_DIRECTORY=
|
||||||
|
- WEBHOOK_URL=
|
||||||
|
- USER_ID=
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
backtest-automation:
|
||||||
|
name: backtest-automation
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: <subnet>
|
Loading…
Reference in New Issue
Block a user