quadletify minecraft

This commit is contained in:
Ruben 2026-01-10 23:09:00 -06:00
commit 44620f5188
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
19 changed files with 45 additions and 578 deletions

View file

@ -1,19 +0,0 @@
services:
minecraft:
image: itzg/minecraft-server:java25
restart: always
container_name: "minecraft"
env_file:
- .env
- .env.players
- .env.secrets
volumes:
- ./data:/data
ports:
- "127.0.0.1:10370:8100" # bluemap
- "24454:24454/udp" # voice chat
- "25565:25565" # minecraft
- "19132:19132/udp" # minecraft bedrock bridge
# The following allow `docker attach minecraft` to work
stdin_open: true
tty: true