Refactor docker-compose.yml to update URLs and remove unnecessary network configurations
This commit is contained in:
-10
@@ -1,13 +1,3 @@
|
||||
x-environment: &default-environment
|
||||
LOG_LEVEL: "DEBUG"
|
||||
ACME_PATH: "./acme.json"
|
||||
NETWORK: "${NETWORK:-host}"
|
||||
FIN_LOCATION: ""
|
||||
STREAMLIT_FIN_SERVER_PORT: "8501"
|
||||
GROQ_API_KEY: "${GROQ_API_KEY}"
|
||||
BAI_LOCATION: ""
|
||||
STREAMLIT_BAI_SERVER_PORT: "8502"
|
||||
|
||||
networks:
|
||||
net:
|
||||
external: true
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
x-environment: &default-environment
|
||||
STREAMLIT_FIN_SERVER_PORT: "8501"
|
||||
GROQ_API_KEY: "${GROQ_API_KEY}"
|
||||
BAI_LOCATION: ""
|
||||
STREAMLIT_BAI_SERVER_PORT: "8502"
|
||||
|
||||
volumes:
|
||||
bai_cache: {}
|
||||
ghost_content: {}
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
x-environment: &default-environment
|
||||
LOG_LEVEL: "DEBUG"
|
||||
ACME_PATH: "./acme.json"
|
||||
NETWORK: "${NETWORK:-host}"
|
||||
FIN_LOCATION: ""
|
||||
STREAMLIT_FIN_SERVER_PORT: "8501"
|
||||
GROQ_API_KEY: "${GROQ_API_KEY}"
|
||||
BAI_LOCATION: ""
|
||||
STREAMLIT_BAI_SERVER_PORT: "8502"
|
||||
|
||||
volumes:
|
||||
logs: {}
|
||||
@@ -45,4 +54,5 @@ services:
|
||||
# - "1883:1883"
|
||||
# - 18083:18083
|
||||
networks:
|
||||
- host
|
||||
- net
|
||||
Reference in New Issue
Block a user