mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
Organization and docs
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# AZEROTHCORE DATABASE LAYER ENVIRONMENT
|
||||
|
||||
# DEPLOYMENT CONFIGURATION
|
||||
# Storage root path - local: ./storage, production: /nfs/containers or custom mount
|
||||
STORAGE_ROOT=./storage
|
||||
# Storage configuration for database layer
|
||||
STORAGE_PATH=${STORAGE_ROOT}/azerothcore
|
||||
|
||||
# SERVER CONFIGURATION
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
@@ -50,12 +56,6 @@ MYSQL_HEALTHCHECK_START_PERIOD=120s
|
||||
# External database port
|
||||
MYSQL_EXTERNAL_PORT=64306
|
||||
|
||||
# DEPLOYMENT CONFIGURATION
|
||||
# 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
|
||||
CONTAINER_MYSQL=ac-mysql
|
||||
@@ -70,8 +70,8 @@ NETWORK_GATEWAY=172.20.0.1
|
||||
|
||||
# BACKUP CONFIGURATION
|
||||
# Host volume paths for backup
|
||||
HOST_BACKUP_PATH=./backups
|
||||
HOST_BACKUP_SCRIPTS_PATH=./scripts
|
||||
HOST_BACKUP_PATH=${STORAGE_PATH}/backups
|
||||
HOST_BACKUP_SCRIPTS_PATH=${STORAGE_PATH}/scripts
|
||||
|
||||
# Backup settings
|
||||
BACKUP_CRON_SCHEDULE="0 3 * * *"
|
||||
|
||||
Reference in New Issue
Block a user