Refactor docker-compose.yml to update URLs and remove unnecessary network configurations

This commit is contained in:
2024-05-27 19:03:22 +08:00
parent 0f562fd02c
commit f74c0b4342
7 changed files with 411 additions and 9 deletions
+6 -6
View File
@@ -1,16 +1,16 @@
# Environment variables for docker-compose.yml
PUID=1000
PGID=1000
LOG_LEVEL="DEBUG"
NETWORK="web"
TZ="Asia/Singapore"
## dashboard configs
HOST="furyhawk.lol"
HOSTNAME="node00"
DATADIR="/home/furyhawk/media"
# 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
@@ -26,8 +26,8 @@ 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}
OSRM_MAP_NAME=""
OSRM_GEOFABRIK_PATH=""
# Notify OSRM Manager to restart without stopping container
OSRM_NOTIFY_FILEPATH="/data/osrm_notify.txt"