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] [routing.routes]
"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" }
"play.rijnijssel.net" = { ip = "vanilla:25565" } "play.rijnijssel.net" = { ip = "vanilla:25565" }
"kittencraft.neo.ixvd.net" = { ip = "kittencraft:25565" }

View file

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