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