Update production.yml to include command for streamlit_bai_app service

This commit is contained in:
2024-04-27 22:09:29 +08:00
parent e190abf8f5
commit 32733c0222
+1 -1
View File
@@ -174,9 +174,9 @@ services:
image: furyhawk/beyondallinfo:latest
container_name: streamlit_bai_app
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
expose:
- ${STREAMLIT_BAI_SERVER_PORT}
command: streamlit run --server.port=$STREAMLIT_BAI_SERVER_PORT --server.address=0.0.0.0 --server.baseUrlPath=$BAI_LOCATION src/app.py
networks:
- net
- default