mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Update environment variables for streamlit app
This commit is contained in:
@@ -15,9 +15,9 @@ CERT_PATH=./certs
|
|||||||
ACME_PATH=./acme.json
|
ACME_PATH=./acme.json
|
||||||
|
|
||||||
# The following are the environment variables for the streamlit app
|
# The following are the environment variables for the streamlit app
|
||||||
FIN_LOCATION="/fin"
|
FIN_LOCATION=""
|
||||||
STREAMLIT_FIN_SERVER_PORT="8501"
|
STREAMLIT_FIN_SERVER_PORT="8501"
|
||||||
BAI_LOCATION="/bai"
|
BAI_LOCATION=""
|
||||||
STREAMLIT_BAI_SERVER_PORT="8502"
|
STREAMLIT_BAI_SERVER_PORT="8502"
|
||||||
|
|
||||||
# The following are the environment variables for the OSRM service
|
# The following are the environment variables for the OSRM service
|
||||||
|
|||||||
+2
-2
@@ -5,9 +5,9 @@ x-environment: &default-environment
|
|||||||
LOG_PATH: "./logs"
|
LOG_PATH: "./logs"
|
||||||
ACME_PATH: "./acme.json"
|
ACME_PATH: "./acme.json"
|
||||||
NETWORK: "${NETWORK:-web}"
|
NETWORK: "${NETWORK:-web}"
|
||||||
FIN_LOCATION: "/"
|
FIN_LOCATION: ""
|
||||||
STREAMLIT_FIN_SERVER_PORT: "8501"
|
STREAMLIT_FIN_SERVER_PORT: "8501"
|
||||||
BAI_LOCATION: "/"
|
BAI_LOCATION: ""
|
||||||
STREAMLIT_BAI_SERVER_PORT: "8502"
|
STREAMLIT_BAI_SERVER_PORT: "8502"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user