diff --git a/backtest-automation.yaml b/backtest-automation.yaml new file mode 100644 index 0000000..53d4055 --- /dev/null +++ b/backtest-automation.yaml @@ -0,0 +1,24 @@ +version: "3" +services: + backtest-automation: + image: /moshferatu/backtest-automation:latest + container_name: backtest-automation + volumes: + - /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: \ No newline at end of file