bug fixes

This commit is contained in:
Deckard
2025-09-26 03:02:57 -04:00
parent fa3eb7c9fb
commit 73bd32f8ed
5 changed files with 552 additions and 582 deletions

26
.env
View File

@@ -76,12 +76,25 @@ CONTAINER_AUTHSERVER=ac-authserver
CONTAINER_WORLDSERVER=ac-worldserver
CONTAINER_ELUNA=ac-eluna
# ==============================================
# DEPLOYMENT CONFIGURATION (REQUIRED)
# ==============================================
# Deployment mode: local (development) or portainer (production)
DEPLOYMENT_MODE=local
# Storage configuration for Portainer NFS deployments
# Leave empty for local development with named volumes
STORAGE_PATH_CONTAINERS=
# Use named volumes (true for local, false for Portainer)
USE_NAMED_VOLUMES=true
# ==============================================
# NETWORK SETTINGS (REQUIRED)
# ==============================================
NETWORK_NAME=azerothcore
NETWORK_SUBNET=172.28.0.0/16
NETWORK_GATEWAY=172.28.0.1
NETWORK_SUBNET=172.20.0.0/16
NETWORK_GATEWAY=172.20.0.1
# ==============================================
# SERVER CONFIGURATION (REQUIRED)
@@ -298,8 +311,13 @@ PMA_MAX_EXECUTION_TIME=600
# Keira3 Database Editor settings
KEIRA3_EXTERNAL_PORT=4201
# CMS Web Interface settings (removed - build your own)
# CMS_EXTERNAL_PORT=8001
# CMS Web Interface settings (optional service)
CMS_EXTERNAL_PORT=8001
# Service Configuration Toggles
USE_OFFICIAL_KEIRA3=false
CLIENT_DATA_METHOD=7z
SIMPLIFIED_LOGGING=false
# Grafana settings
GF_EXTERNAL_PORT=3001