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

@@ -51,8 +51,10 @@ MYSQL_HEALTHCHECK_START_PERIOD=120s
MYSQL_EXTERNAL_PORT=64306
# DEPLOYMENT CONFIGURATION
# Storage configuration for Portainer NFS deployments
STORAGE_PATH=/nfs/containers/azerothcore
# Storage root path - local: ./storage, production: /nfs/containers or custom mount
STORAGE_ROOT=./storage
# Storage configuration for database layer
STORAGE_PATH=${STORAGE_ROOT}/azerothcore
# CONTAINER NAMES
# Database layer container names
@@ -72,5 +74,5 @@ HOST_BACKUP_PATH=./backups
HOST_BACKUP_SCRIPTS_PATH=./scripts
# Backup settings
BACKUP_CRON_SCHEDULE=0 3 * * *
BACKUP_CRON_SCHEDULE="0 3 * * *"
BACKUP_RETENTION_DAYS=7