new: kittencraft

This commit is contained in:
Didier Slof 2023-03-21 16:09:06 +01:00
parent 02817b0a9e
commit 4049a60dbc
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 16 additions and 13 deletions

View file

@ -6,5 +6,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" }
"play.rijnijssel.net" = { ip = "vanilla:25565" }
"kittencraft.neo.ixvd.net" = { ip = "kittencraft:25565" }

View file

@ -3,6 +3,7 @@ version: '2.2'
networks:
minecraft:
services:
hopper:
build:
@ -37,18 +38,20 @@ services:
- minecraft
- internal
kasmc:
kittencraft:
image: itzg/minecraft-server
container_name: kasmc
mem_limit: 12GB
container_name: kittencraft
environment:
EULA: "TRUE"
TYPE: "VANILLA"
MOTD: "Kas' server"
VERSION: "1.16.5"
OPS: "Meneer_appel"
MOTD: "kittencraft - we are cute kittens *nya*"
TYPE: "FABRIC"
VERSION: "1.19.2"
MODRINTH_PROJECTS: "create-fabric"
INIT_MEMORY: "4G"
MAX_MEMORY: "32G"
restart: always
volumes:
- /srv/kasmc/data:/data
- /srv/kittencraft/data:/data
networks:
- minecraft
- internal