mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Refactor docker-compose.yml to update URLs and remove unnecessary network configurations
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
|||||||
x-environment: &default-environment
|
x-environment: &app-environment
|
||||||
STREAMLIT_FIN_SERVER_PORT: "8501"
|
STREAMLIT_FIN_SERVER_PORT: "8501"
|
||||||
GROQ_API_KEY: "${GROQ_API_KEY}"
|
GROQ_API_KEY: "${GROQ_API_KEY}"
|
||||||
BAI_LOCATION: ""
|
BAI_LOCATION: ""
|
||||||
@@ -169,7 +169,7 @@ services:
|
|||||||
|
|
||||||
streamlit-bai:
|
streamlit-bai:
|
||||||
environment:
|
environment:
|
||||||
<<: *default-environment
|
<<: *app-environment
|
||||||
image: furyhawk/beyondallinfo:latest
|
image: furyhawk/beyondallinfo:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: streamlit run --server.port=$STREAMLIT_BAI_SERVER_PORT --server.address=0.0.0.0 --server.baseUrlPath=$BAI_LOCATION src/app.py
|
command: streamlit run --server.port=$STREAMLIT_BAI_SERVER_PORT --server.address=0.0.0.0 --server.baseUrlPath=$BAI_LOCATION src/app.py
|
||||||
@@ -182,7 +182,7 @@ services:
|
|||||||
|
|
||||||
streamlit-fin:
|
streamlit-fin:
|
||||||
environment:
|
environment:
|
||||||
<<: *default-environment
|
<<: *app-environment
|
||||||
image: furyhawk/llama3toolsfin:main
|
image: furyhawk/llama3toolsfin:main
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user