Add SPX quote download script Docker compose file
This commit is contained in:
parent
b537ace2ef
commit
8e7f194ec1
14
download-spx-quotes.yaml
Normal file
14
download-spx-quotes.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user