From 31e6ed1716a016353304d094807ab908e9801bea Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Wed, 28 Feb 2024 20:29:02 +0800 Subject: [PATCH] Update environment variables for streamlit app --- .env | 4 ++-- production.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 7a20fc3..1114572 100644 --- a/.env +++ b/.env @@ -15,9 +15,9 @@ CERT_PATH=./certs ACME_PATH=./acme.json # The following are the environment variables for the streamlit app -FIN_LOCATION="/fin" +FIN_LOCATION="" STREAMLIT_FIN_SERVER_PORT="8501" -BAI_LOCATION="/bai" +BAI_LOCATION="" STREAMLIT_BAI_SERVER_PORT="8502" # The following are the environment variables for the OSRM service diff --git a/production.yml b/production.yml index ddb5d99..52585e2 100644 --- a/production.yml +++ b/production.yml @@ -5,9 +5,9 @@ x-environment: &default-environment LOG_PATH: "./logs" ACME_PATH: "./acme.json" NETWORK: "${NETWORK:-web}" - FIN_LOCATION: "/" + FIN_LOCATION: "" STREAMLIT_FIN_SERVER_PORT: "8501" - BAI_LOCATION: "/" + BAI_LOCATION: "" STREAMLIT_BAI_SERVER_PORT: "8502" volumes: