add cerium
This commit is contained in:
parent
2d1f3a6602
commit
f39274bf5f
2 changed files with 117 additions and 0 deletions
19
cerium/srv/docker/minecraft/compose.yml
Normal file
19
cerium/srv/docker/minecraft/compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue