mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-17 14:04:55 +00:00
19 lines
661 B
YAML
19 lines
661 B
YAML
services:
|
|
mc:
|
|
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
|
environment:
|
|
EULA: "true"
|
|
SETUP_ONLY: "true"
|
|
# two OCI packs that share a common base layer; the shared blob is
|
|
# pulled into /data/packs/oci once and reused for the second pack
|
|
GENERIC_PACKS: oci://ghcr.io/itzg/oci-modpack-template/tech:latest,oci://ghcr.io/itzg/oci-modpack-template/magic:latest
|
|
LOG_TIMESTAMP: "true"
|
|
# the following are only used to speed up test execution
|
|
TYPE: CUSTOM
|
|
CUSTOM_SERVER: /servers/fake.jar
|
|
VERSION: 1.18.1
|
|
DEBUG: "true"
|
|
volumes:
|
|
- ./data:/data
|
|
- ./fake.jar:/servers/fake.jar
|