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:
kiliczsh
2025-11-12 21:29:11 +03:00
parent 74b6c7b223
commit 277f67c2f5
7 changed files with 492 additions and 1 deletions
+3
View File
@@ -39,3 +39,6 @@ GameEngine/Admin/Mods/constant_format.tpl
# These 2 files change frequently on the server but not in the repository code.
Templates/text.tpl
var/log/access.log
# Docker environment file with sensitive credentials
.env