Add initial support for Quilt server (#1514)

This commit is contained in:
Felix
2022-05-13 14:31:36 +02:00
committed by GitHub
parent 56b9326c09
commit 691be801d8
6 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3"
services:
mc:
restart: "no"
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "TRUE"
SETUP_ONLY: "TRUE"
TYPE: QUILT
VERSION: ${MINECRAFT_VERSION:-LATEST}
volumes:
- ./data:/data

View File

@@ -0,0 +1 @@
[[ $MINECRAFT_VERSION == LATEST ]] || exit 1

View File

@@ -0,0 +1 @@
mc-image-helper assert fileExists "/data/quilt-server-*-launch.jar"