Files
AzerothCore-RealmMaster/docker-compose-azerothcore-optional.env
uprightbass360 f66e3b7c47 variable cleanup
2025-09-30 14:52:48 -04:00

53 lines
1.7 KiB
Bash

# ==============================================
# AZEROTHCORE OPTIONAL SERVICES ENVIRONMENT
# ==============================================
# Environment variables for modules and monitoring services
# ==============================================
# DOCKER IMAGES (REQUIRED)
# ==============================================
# Optional service images
AC_ELUNA_IMAGE=acore/eluna-ts:master
ALPINE_GIT_IMAGE=alpine/git:latest
# ==============================================
# IMAGE PULL POLICY (REQUIRED)
# ==============================================
IMAGE_PULL_POLICY=if_not_present
# ==============================================
# DEPLOYMENT CONFIGURATION (REQUIRED)
# ==============================================
# 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
# ==============================================
# CONTAINER NAMES (REQUIRED)
# ==============================================
# Optional service container names
CONTAINER_ELUNA=ac-eluna
CONTAINER_MODULES=ac-modules
# Reference to core services (for external linking)
CONTAINER_WORLDSERVER=ac-worldserver
# ==============================================
# NETWORK SETTINGS (REQUIRED)
# ==============================================
# Network must already exist from database layer
NETWORK_NAME=azerothcore
# ==============================================
# CUSTOM MODULE SETTINGS
# ==============================================
# Module Management (1 = enabled, 0 = disabled)
MODULE_PLAYERBOTS=1
MODULE_AOE_LOOT=0
MODULE_LEARN_SPELLS=0
MODULE_FIREWORKS=0
MODULE_INDIVIDUAL_PROGRESSION=0