add: vanilla
This commit is contained in:
parent
005c069df1
commit
a46c12f890
2 changed files with 19 additions and 3 deletions
|
@ -8,3 +8,4 @@ default = { ip = "smpxmc:25565" } # optional
|
||||||
"mc.ixvd.net" = { ip = "smpxmc:25565" } # hostnames are supported too!
|
"mc.ixvd.net" = { ip = "smpxmc:25565" } # hostnames are supported too!
|
||||||
"kasmc.neo.ixvd.net" = { ip = "kasmc:25565" }
|
"kasmc.neo.ixvd.net" = { ip = "kasmc:25565" }
|
||||||
"sb3.neo.ixvd.net" = { ip = "stoneblock3:25565"}
|
"sb3.neo.ixvd.net" = { ip = "stoneblock3:25565"}
|
||||||
|
"play.rijnijssel.net" = { ip = "vanilla:25565" }
|
|
@ -60,13 +60,28 @@ services:
|
||||||
MOTD: "Stoneblock 3 server"
|
MOTD: "Stoneblock 3 server"
|
||||||
OPS: "" # no ops
|
OPS: "" # no ops
|
||||||
MAX_MEMORY: 20G
|
MAX_MEMORY: 20G
|
||||||
ports:
|
|
||||||
- 25567:25565
|
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/sb3/data:/data
|
- /srv/sb3/data:/data
|
||||||
networks:
|
networks:
|
||||||
- minecraft
|
- minecraft
|
||||||
|
|
||||||
|
|
||||||
|
vanilla:
|
||||||
|
image: itzg/minecraft-server
|
||||||
|
container_name: vanilla
|
||||||
|
environment:
|
||||||
|
EULA: "TRUE"
|
||||||
|
TYPE: "vanilla"
|
||||||
|
VERSION: "LATEST"
|
||||||
|
OPS: ""
|
||||||
|
MAX_MEMORY: "20G"
|
||||||
|
DIFFICULTY: "hard"
|
||||||
|
MAX_PLAYERS: "20"
|
||||||
|
volumes:
|
||||||
|
- /srv/vanillamc/data:/data
|
||||||
|
networks:
|
||||||
|
- minecraft
|
||||||
|
|
||||||
### END MINECRAFT ###
|
### END MINECRAFT ###
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
|
|
Reference in a new issue