mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
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
|
x-environment: &app-environment
|
||||||
DOMAIN: "${DOMAIN:-furyhawk.lol}"
|
DOMAIN: "${DOMAIN:-furyhawk.lol}"
|
||||||
STREAMLIT_FIN_SERVER_PORT: "8501"
|
STREAMLIT_FIN_SERVER_PORT: 8501
|
||||||
BAI_LOCATION: ""
|
BAI_LOCATION: ""
|
||||||
STREAMLIT_BAI_SERVER_PORT: "8502"
|
STREAMLIT_BAI_SERVER_PORT: 8502
|
||||||
GROQ_API_KEY: "${GROQ_API_KEY}"
|
GROQ_API_KEY: "${GROQ_API_KEY}"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user