Assign SPX quotes downloader its own network and static ip
This commit is contained in:
parent
ccc05ee41b
commit
cda8d29490
@ -5,10 +5,19 @@ services:
|
|||||||
container_name: download-spx-quotes
|
container_name: download-spx-quotes
|
||||||
volumes:
|
volumes:
|
||||||
- <data directory>/SPX Options Quotes:/spx-options-quotes
|
- <data directory>/SPX Options Quotes:/spx-options-quotes
|
||||||
|
networks:
|
||||||
|
download-spx-quotes:
|
||||||
|
ipv4_address: <static ip>
|
||||||
environment:
|
environment:
|
||||||
- USER=
|
- USER=
|
||||||
- PASSWORD=
|
- PASSWORD=
|
||||||
- ORDER=
|
- ORDER=
|
||||||
- ITEM=
|
- ITEM=
|
||||||
- DOWNLOAD_DIRECTORY=
|
- DOWNLOAD_DIRECTORY=
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
download-spx-quotes:
|
||||||
|
name: download-spx-quotes
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: <subnet>
|
Loading…
Reference in New Issue
Block a user