mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Refactor swarm/apps.yml to add GROQ_API_KEY environment variable
This commit is contained in:
@@ -3,6 +3,7 @@ x-environment: &app-environment
|
|||||||
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}"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
bai_cache: {}
|
bai_cache: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user