Update Traefik configuration to include minio-router in traefik.yml
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# Environment variables for docker-compose.yml
|
||||
|
||||
LOG_LEVEL="DEBUG"
|
||||
NETWORK="web"
|
||||
TZ="Asia/Singapore"
|
||||
## dashboard configs
|
||||
HOST="furyhawk.lol"
|
||||
# subdomain for dashboard.
|
||||
DASHBOARD_HOST="dashboard.furyhawk.lol"
|
||||
|
||||
# log file path on host machine
|
||||
LOG_PATH=./logs
|
||||
|
||||
## TLS configs
|
||||
CERT_PATH=./certs
|
||||
ACME_PATH=./acme.json
|
||||
|
||||
# The following are the environment variables for the streamlit app
|
||||
FIN_LOCATION=""
|
||||
STREAMLIT_FIN_SERVER_PORT="8501"
|
||||
BAI_LOCATION=""
|
||||
STREAMLIT_BAI_SERVER_PORT="8502"
|
||||
|
||||
# The following are the environment variables for the OSRM service
|
||||
OSRM_ALGORITHM="mld"
|
||||
OSRM_THREADS=2
|
||||
OSRM_PORT=5000
|
||||
OSRM_PROFILE="/opt/car.lua"
|
||||
OSRM_MAP_NAME=${OSRM_MAP_NAME}
|
||||
OSRM_GEOFABRIK_PATH=${OSRM_GEOFABRIK_PATH}
|
||||
# Notify OSRM Manager to restart without stopping container
|
||||
OSRM_NOTIFY_FILEPATH="/data/osrm_notify.txt"
|
||||
|
||||
PROJECT_BASE=/flarum
|
||||
MYSQL_ROOT_PASSWORD=123456
|
||||
MYSQL_DATABASE=flarum
|
||||
MYSQL_USER=admin
|
||||
MYSQL_PASSWORD=123456
|
||||
|
||||
MINIO_ROOT_USER=admin
|
||||
MINIO_ROOT_PASSWORD=123456
|
||||
Reference in New Issue
Block a user