mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
variable cleanup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user