Refactor swarm/apps.yml to update environment variables for Streamlit servers

This commit is contained in:
2024-06-02 11:57:03 +08:00
parent 7013e9b26b
commit 69059e51df
+2 -2
View File
@@ -1,8 +1,8 @@
x-environment: &app-environment
DOMAIN: "${DOMAIN:-furyhawk.lol}"
STREAMLIT_FIN_SERVER_PORT: "8501"
STREAMLIT_FIN_SERVER_PORT: 8501
BAI_LOCATION: ""
STREAMLIT_BAI_SERVER_PORT: "8502"
STREAMLIT_BAI_SERVER_PORT: 8502
GROQ_API_KEY: "${GROQ_API_KEY}"
volumes: