mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-27 16:14:30 +00:00
277f67c2f5
Introduces Docker Compose configuration for simplified deployment. Includes a Dockerfile to build the application image and necessary configurations for running TravianZ in a containerized environment. Provides documentation for setup and usage in `DOCKER_README.md`.
12 lines
316 B
Bash
12 lines
316 B
Bash
# MySQL Database Configuration
|
|
MYSQL_ROOT_PASSWORD=rootpassword
|
|
MYSQL_DATABASE=travian
|
|
MYSQL_USER=travianz
|
|
MYSQL_PASSWORD=travianzpass
|
|
|
|
# Application Configuration
|
|
# These values will be used during the installation wizard
|
|
# Hostname for database connection (use 'db' when running in Docker)
|
|
DB_HOST=db
|
|
DB_PORT=3306
|