mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Adds Docker support for TravianZ
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`.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user