Refactor docker-compose.yml to update URLs and remove unnecessary network configurations
This commit is contained in:
+6
-6
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user