mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-03 12:18:53 +00:00
Add initial support for Quilt server (#1514)
This commit is contained in:
13
tests/setuponlytests/quilt/docker-compose.yml
Normal file
13
tests/setuponlytests/quilt/docker-compose.yml
Normal 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
|
||||
1
tests/setuponlytests/quilt/require.sh
Normal file
1
tests/setuponlytests/quilt/require.sh
Normal file
@@ -0,0 +1 @@
|
||||
[[ $MINECRAFT_VERSION == LATEST ]] || exit 1
|
||||
1
tests/setuponlytests/quilt/verify.sh
Normal file
1
tests/setuponlytests/quilt/verify.sh
Normal file
@@ -0,0 +1 @@
|
||||
mc-image-helper assert fileExists "/data/quilt-server-*-launch.jar"
|
||||
Reference in New Issue
Block a user