diff --git a/custom/hopper/config.toml b/custom/hopper/config.toml index bab88e0..29feb45 100644 --- a/custom/hopper/config.toml +++ b/custom/hopper/config.toml @@ -7,4 +7,5 @@ default = { ip = "smpxmc:25565" } # optional [routing.routes] "mc.ixvd.net" = { ip = "smpxmc:25565" } # hostnames are supported too! "kasmc.neo.ixvd.net" = { ip = "kasmc:25565" } -"sb3.neo.ixvd.net" = { ip = "stoneblock3:25565"} \ No newline at end of file +"sb3.neo.ixvd.net" = { ip = "stoneblock3:25565"} +"play.rijnijssel.net" = { ip = "vanilla:25565" } \ No newline at end of file diff --git a/docker-compose.games.yml b/docker-compose.games.yml index e684ebc..1a0a93c 100644 --- a/docker-compose.games.yml +++ b/docker-compose.games.yml @@ -60,13 +60,28 @@ services: MOTD: "Stoneblock 3 server" OPS: "" # no ops MAX_MEMORY: 20G - ports: - - 25567:25565 volumes: - /srv/sb3/data:/data networks: - 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 ### rust: