dreambuilder_game-cd2025/docker-compose.yml
Buckaroo Banzai 077f3a8afd
add files for automated testing (#7)
* add files for automated testing

* only test down to `5.4.0`

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2022-10-01 09:07:10 -04:00

17 lines
445 B
YAML

version: "3.6"
services:
sut:
image: registry.gitlab.com/minetest/minetest/server:${ENGINE_VERSION:-5.6.0}
entrypoint: "minetestserver --config /minetest.conf"
user: root
volumes:
- "./:/root/.minetest/games/dreambuilder_game/"
- "./test/world.mt:/root/.minetest/worlds/world/world.mt"
- "./test/minetest.conf:/minetest.conf"
- "world:/root/.minetest/worlds/world"
ports:
- "30000:30000/udp"
volumes:
world: {}