minecraft: add Empire SMP server, comment out Battle Royale
This commit is contained in:
@@ -45,22 +45,41 @@ services:
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
mem_limit: 2g
|
||||
battle:
|
||||
# battle:
|
||||
# image: itzg/minecraft-server:latest
|
||||
# container_name: minecraft-battle
|
||||
# ports:
|
||||
# - "25573:25565"
|
||||
# environment:
|
||||
# EULA: "true"
|
||||
# SEED: "9037888329883360986"
|
||||
# SERVER_NAME: "Battle Royale"
|
||||
# MODE: "survival"
|
||||
# PVP: "true"
|
||||
# OPS: "Jimcognito"
|
||||
# TYPE: "PAPER"
|
||||
# MODRINTH_PROJECTS: "ezcountdown,worldresetplugin,viaversion"
|
||||
# volumes:
|
||||
# - /srv/minecraft-battle:/data
|
||||
# stdin_open: true
|
||||
# tty: true
|
||||
# restart: unless-stopped
|
||||
# mem_limit: 2g
|
||||
|
||||
empire-smp:
|
||||
image: itzg/minecraft-server:latest
|
||||
container_name: minecraft-battle
|
||||
container_name: minecraft-empire-smp
|
||||
ports:
|
||||
- "25573:25565"
|
||||
- "31415:25565"
|
||||
environment:
|
||||
EULA: "true"
|
||||
SEED: "9037888329883360986"
|
||||
SERVER_NAME: "Battle Royale"
|
||||
SEED: "-4690695632699825725"
|
||||
SERVER_NAME: "Empire SMP"
|
||||
MODE: "survival"
|
||||
PVP: "true"
|
||||
PVP: "false"
|
||||
OPS: "Jimcognito"
|
||||
TYPE: "PAPER"
|
||||
MODRINTH_PROJECTS: "ezcountdown,worldresetplugin,viaversion"
|
||||
volumes:
|
||||
- /srv/minecraft-battle:/data
|
||||
- /srv/minecraft-empire-smp:/data
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user