add cerium

This commit is contained in:
Ruben 2025-12-01 21:40:48 -06:00
commit f39274bf5f
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
2 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,19 @@
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