variable cleanup

This commit is contained in:
uprightbass360
2025-09-30 14:52:48 -04:00
parent 88b7c8eb84
commit f66e3b7c47
6 changed files with 111 additions and 47 deletions

View File

@@ -82,7 +82,7 @@ services:
ports:
- "${INFLUXDB_EXTERNAL_PORT:-8087}:8086"
volumes:
- ${STORAGE_PATH_TOOLS:-./volumes-tools}/azerothcore/influxdb:/var/lib/influxdb2
- ${STORAGE_PATH_TOOLS:-./storage/azerothcore}/azerothcore/influxdb:/var/lib/influxdb2
restart: unless-stopped
networks:
- azerothcore
@@ -110,7 +110,7 @@ services:
ports:
- "${GF_EXTERNAL_PORT:-3001}:3000"
volumes:
- ${STORAGE_PATH_TOOLS:-./volumes-tools}/azerothcore/grafana:/var/lib/grafana
- ${STORAGE_PATH_TOOLS:-./storage/azerothcore}/azerothcore/grafana:/var/lib/grafana
entrypoint: ["/bin/bash", "-c"]
command:
- |