mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-23 06:52:44 +00:00
docs: Added examples of AUTO_CURSEFORGE and MEMORY info (#1920)
This commit is contained in:
16
tests/setuponlytests/auto_curseforge/docker-compose.yml
Normal file
16
tests/setuponlytests/auto_curseforge/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
mc:
|
||||
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
||||
environment:
|
||||
EULA: "true"
|
||||
SETUP_ONLY: "TRUE"
|
||||
TYPE: AUTO_CURSEFORGE
|
||||
CF_SLUG: the-pixelmon-modpack
|
||||
CF_FILENAME_MATCHER: "9.1.2"
|
||||
# Use the image bundled one to ensure latest is being tested
|
||||
CF_EXCLUDE_INCLUDE_FILE: /image/cf-exclude-include.json
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
||||
2
tests/setuponlytests/auto_curseforge/verify.sh
Normal file
2
tests/setuponlytests/auto_curseforge/verify.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
mc-image-helper assert fileExists "/data/mods/ExplorersCompass-1.16.5-1.1.2-forge.jar"
|
||||
mc-image-helper assert fileExists "/data/forge-1.16.5-36.2.34.jar"
|
||||
Reference in New Issue
Block a user