From 8e7f194ec1292c5054d32dbfdc2f5f1c2e0d0e6c Mon Sep 17 00:00:00 2001 From: moshferatu Date: Sun, 26 Nov 2023 05:22:25 -0800 Subject: [PATCH] Add SPX quote download script Docker compose file --- download-spx-quotes.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 download-spx-quotes.yaml diff --git a/download-spx-quotes.yaml b/download-spx-quotes.yaml new file mode 100644 index 0000000..af79169 --- /dev/null +++ b/download-spx-quotes.yaml @@ -0,0 +1,14 @@ +version: "3" +services: + download_spx_quotes: + image: /moshferatu/download-spx-quotes:latest + container_name: download-spx-quotes + volumes: + - /SPX Options Quotes:/spx-options-quotes + environment: + - USER= + - PASSWORD= + - ORDER= + - ITEM= + - DOWNLOAD_DIRECTORY= + restart: unless-stopped \ No newline at end of file