mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
32 lines
807 B
Plaintext
32 lines
807 B
Plaintext
# TrinityCore Docker Environment Variables
|
|
# Copy this file to .env and customize the values
|
|
|
|
# Docker Image Configuration
|
|
# Format: ${IMAGE_REGISTRY}/${IMAGE_NAME}-{authserver|worldserver}:${IMAGE_TAG}
|
|
# Example: ghcr.io/araxiaonline/trinitycore-worldserver:11.2.5.63834
|
|
IMAGE_REGISTRY=
|
|
IMAGE_NAME=trinitycore
|
|
IMAGE_TAG=latest
|
|
|
|
# MySQL Configuration
|
|
MYSQL_ROOT_PASSWORD=trinity_root_password_change_me
|
|
MYSQL_USER=trinity
|
|
MYSQL_PASSWORD=trinity_user_password_change_me
|
|
MYSQL_AUTH_DATABASE=auth
|
|
|
|
# Optional: MySQL Port (default: 3306)
|
|
# MYSQL_PORT=3306
|
|
|
|
# Optional: Server Ports
|
|
# AUTH_PORT=1119
|
|
# WORLD_PORT=8085
|
|
# LEGACY_AUTH_PORT=3724
|
|
# SOAP_PORT=7878
|
|
|
|
# Optional: Build Configuration
|
|
# Set these if you want to override Dockerfile build args
|
|
# BUILD_THREADS=4
|
|
|
|
# Optional: Timezone
|
|
# TZ=America/New_York
|