Update environment variables for streamlit app

This commit is contained in:
2024-02-28 20:29:02 +08:00
parent c499b3d874
commit 31e6ed1716
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ x-environment: &default-environment
LOG_PATH: "./logs"
ACME_PATH: "./acme.json"
NETWORK: "${NETWORK:-web}"
FIN_LOCATION: "/"
FIN_LOCATION: ""
STREAMLIT_FIN_SERVER_PORT: "8501"
BAI_LOCATION: "/"
BAI_LOCATION: ""
STREAMLIT_BAI_SERVER_PORT: "8502"
volumes: