Add SPX quote download script Docker compose file

This commit is contained in:
moshferatu 2023-11-26 05:22:25 -08:00
parent b537ace2ef
commit 8e7f194ec1

14
download-spx-quotes.yaml Normal file
View File

@ -0,0 +1,14 @@
version: "3"
services:
download_spx_quotes:
image: <gitea url>/moshferatu/download-spx-quotes:latest
container_name: download-spx-quotes
volumes:
- <data directory>/SPX Options Quotes:/spx-options-quotes
environment:
- USER=
- PASSWORD=
- ORDER=
- ITEM=
- DOWNLOAD_DIRECTORY=
restart: unless-stopped