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