2021-10-25 01:23:21 +00:00
|
|
|
services:
|
2022-01-31 01:49:54 +00:00
|
|
|
web:
|
|
|
|
image: nginx
|
|
|
|
volumes:
|
|
|
|
- ./web:/usr/share/nginx/html
|
2021-10-25 01:23:21 +00:00
|
|
|
mc:
|
2022-01-31 01:49:54 +00:00
|
|
|
depends_on:
|
|
|
|
- web
|
2022-01-04 03:59:19 +00:00
|
|
|
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
2021-10-25 01:23:21 +00:00
|
|
|
environment:
|
|
|
|
EULA: "true"
|
2022-02-05 18:38:33 +00:00
|
|
|
SETUP_ONLY: "true"
|
2022-01-31 01:49:54 +00:00
|
|
|
GENERIC_PACKS: http://web/configs.zip,/packs/testing.zip
|
2022-02-05 18:38:33 +00:00
|
|
|
LOG_TIMESTAMP: "true"
|
|
|
|
# the following are only used to speed up test execution
|
|
|
|
TYPE: CUSTOM
|
|
|
|
CUSTOM_SERVER: /servers/fake.jar
|
|
|
|
VERSION: 1.18.1
|
2022-06-27 14:08:21 +00:00
|
|
|
DEBUG: "true"
|
2021-10-25 01:23:21 +00:00
|
|
|
volumes:
|
|
|
|
- ./packs:/packs
|
2022-01-24 04:19:25 +00:00
|
|
|
- ./data:/data
|
2022-02-05 18:38:33 +00:00
|
|
|
- ./fake.jar:/servers/fake.jar
|