mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
chore: Update network configuration to use host network instead of web network
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ x-environment: &default-environment
|
||||
LOG_LEVEL: "DEBUG"
|
||||
LOG_PATH: "./logs"
|
||||
ACME_PATH: "./acme.json"
|
||||
NETWORK: "${NETWORK:-web}"
|
||||
NETWORK: "${NETWORK:-host}"
|
||||
FIN_LOCATION: ""
|
||||
STREAMLIT_FIN_SERVER_PORT: "8501"
|
||||
GROQ_API_KEY: "${GROQ_API_KEY}"
|
||||
|
||||
Reference in New Issue
Block a user