Assign SPX quotes downloader its own network and static ip

This commit is contained in:
moshferatu 2024-01-09 12:47:00 -08:00
parent ccc05ee41b
commit cda8d29490

View File

@ -5,10 +5,19 @@ services:
container_name: download-spx-quotes
volumes:
- <data directory>/SPX Options Quotes:/spx-options-quotes
networks:
download-spx-quotes:
ipv4_address: <static ip>
environment:
- USER=
- PASSWORD=
- ORDER=
- ITEM=
- DOWNLOAD_DIRECTORY=
restart: unless-stopped
restart: unless-stopped
networks:
download-spx-quotes:
name: download-spx-quotes
ipam:
config:
- subnet: <subnet>