docker-minecraft-server/tests/setuponlytests/generic-packs/docker-compose.yml

19 lines
363 B
YAML
Raw Normal View History

version: "3"
services:
web:
image: nginx
volumes:
- ./web:/usr/share/nginx/html
mc:
depends_on:
- web
2022-01-04 03:59:19 +00:00
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "true"
2022-01-04 03:59:19 +00:00
SETUP_ONLY: "TRUE"
GENERIC_PACKS: http://web/configs.zip,/packs/testing.zip
volumes:
- ./packs:/packs
- ./data:/data