2022-01-31 01:49:54 +00:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
mc:
|
|
|
|
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
|
|
|
environment:
|
|
|
|
EULA: "true"
|
|
|
|
SETUP_ONLY: "TRUE"
|
|
|
|
GENERIC_PACKS: testing
|
|
|
|
GENERIC_PACKS_PREFIX: /packs/
|
|
|
|
GENERIC_PACKS_SUFFIX: .zip
|
2022-06-27 14:08:21 +00:00
|
|
|
DEBUG: "true"
|
2022-07-21 01:24:05 +00:00
|
|
|
# the following are only used to speed up test execution
|
|
|
|
TYPE: CUSTOM
|
|
|
|
CUSTOM_SERVER: /servers/fake.jar
|
|
|
|
VERSION: 1.18.1
|
2022-01-31 01:49:54 +00:00
|
|
|
volumes:
|
|
|
|
- ./packs:/packs
|
|
|
|
- ./data:/data
|
2022-07-21 01:24:05 +00:00
|
|
|
# the following are only used to speed up test execution
|
|
|
|
- ./verify.sh:/servers/fake.jar
|