From 32733c02228d4e72a2ebf7337108da63264e1639 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sat, 27 Apr 2024 22:09:29 +0800 Subject: [PATCH] Update production.yml to include command for streamlit_bai_app service --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index 4d7aff4..4727ccb 100644 --- a/production.yml +++ b/production.yml @@ -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