From cda8d29490bba0a8e02c37fa4a86ebd015e706ee Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 9 Jan 2024 12:47:00 -0800 Subject: [PATCH] Assign SPX quotes downloader its own network and static ip --- download-spx-quotes.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/download-spx-quotes.yaml b/download-spx-quotes.yaml index af79169..2596781 100644 --- a/download-spx-quotes.yaml +++ b/download-spx-quotes.yaml @@ -5,10 +5,19 @@ services: container_name: download-spx-quotes volumes: - /SPX Options Quotes:/spx-options-quotes + networks: + download-spx-quotes: + ipv4_address: environment: - USER= - PASSWORD= - ORDER= - ITEM= - DOWNLOAD_DIRECTORY= - restart: unless-stopped \ No newline at end of file + restart: unless-stopped +networks: + download-spx-quotes: + name: download-spx-quotes + ipam: + config: + - subnet: \ No newline at end of file