add Dockerfile, docker-compose, dependencies, and documentation

This commit is contained in:
2026-01-17 23:43:05 -06:00
commit 3c89075eaa
7 changed files with 169 additions and 0 deletions

1
template/eula.txt Normal file
View File

@@ -0,0 +1 @@
eula=true

View File

@@ -0,0 +1,9 @@
# Template server.properties file that allows remote control of the server
# see https://minecraft.wiki/w/RCON
broadcast-rcon-to-ops=true
enable-rcon=true
# don't change the next line! initializing a new Docker volume will automatically populate
rcon.password=<password_will_auto_populate>
rcon.port=25575
# the rest of the settings are automatically generated on server startup