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

@@ -18,8 +18,10 @@ IMAGE_PULL_POLICY=if_not_present
# ==============================================
# DEPLOYMENT CONFIGURATION (REQUIRED)
# ==============================================
# Storage configuration (must match other layers)
STORAGE_PATH=./local-data
# Storage root path - local: ./storage, production: /nfs/containers or custom mount
STORAGE_ROOT=./storage
# Storage configuration (unified with other layers)
STORAGE_PATH=${STORAGE_ROOT}/azerothcore
# Deployment mode
DEPLOYMENT_MODE=local