Refactor swarm/apps.yml to update environment variables for Streamlit servers
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user