Add backtest automation Docker compose file

This commit is contained in:
moshferatu 2024-01-19 10:23:45 -08:00
parent f501c55afd
commit db93610276

24
backtest-automation.yaml Normal file
View 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>