mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
Update streamlit-fin image to use furyhawk/llama3toolsfin:main
This commit is contained in:
+2
-5
@@ -5,6 +5,7 @@ x-environment: &default-environment
|
|||||||
NETWORK: "${NETWORK:-web}"
|
NETWORK: "${NETWORK:-web}"
|
||||||
FIN_LOCATION: ""
|
FIN_LOCATION: ""
|
||||||
STREAMLIT_FIN_SERVER_PORT: "8501"
|
STREAMLIT_FIN_SERVER_PORT: "8501"
|
||||||
|
GROQ_API_KEY: "${GROQ_API_KEY}"
|
||||||
BAI_LOCATION: ""
|
BAI_LOCATION: ""
|
||||||
STREAMLIT_BAI_SERVER_PORT: "8502"
|
STREAMLIT_BAI_SERVER_PORT: "8502"
|
||||||
|
|
||||||
@@ -313,13 +314,9 @@ services:
|
|||||||
streamlit-fin:
|
streamlit-fin:
|
||||||
environment:
|
environment:
|
||||||
<<: *default-environment
|
<<: *default-environment
|
||||||
# build:
|
image: furyhawk/llama3toolsfin:main
|
||||||
# context: .
|
|
||||||
# dockerfile: ./compose/streamlit-fin/Dockerfile
|
|
||||||
image: furyhawk/fin_app:latest
|
|
||||||
container_name: streamlit_fin_app
|
container_name: streamlit_fin_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: streamlit run --server.port=$STREAMLIT_FIN_SERVER_PORT --server.address=0.0.0.0 --server.baseUrlPath=$FIN_LOCATION src/app.py
|
|
||||||
expose:
|
expose:
|
||||||
- ${STREAMLIT_FIN_SERVER_PORT}
|
- ${STREAMLIT_FIN_SERVER_PORT}
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user