From 2965012b2380cb5c025427de18bdc7dc449f321c Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 27 May 2024 19:30:14 +0800 Subject: [PATCH] Refactor docker-compose.yml to update URLs and remove unnecessary network configurations --- compose/apps.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/apps.yml b/compose/apps.yml index ee6313a..5629bf1 100644 --- a/compose/apps.yml +++ b/compose/apps.yml @@ -1,4 +1,4 @@ -x-environment: &default-environment +x-environment: &app-environment STREAMLIT_FIN_SERVER_PORT: "8501" GROQ_API_KEY: "${GROQ_API_KEY}" BAI_LOCATION: "" @@ -169,7 +169,7 @@ services: streamlit-bai: environment: - <<: *default-environment + <<: *app-environment image: furyhawk/beyondallinfo:latest 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 @@ -182,7 +182,7 @@ services: streamlit-fin: environment: - <<: *default-environment + <<: *app-environment image: furyhawk/llama3toolsfin:main restart: unless-stopped expose: