dreambuilder_game-cd2025/docker-compose.yml
wsor4035 58c6bff13a
add 5.10 (#838)
* add 5.10

* use `command` instead of entrypoint (uses the correct luanti/minetest binary)

* use latest luanti container for automerge test and as docker-compose default

* drop 5.6 from ci

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2024-11-29 15:23:53 -05:00

15 lines
386 B
YAML

version: "3.6"
services:
testserver:
image: ${ENGINE_IMAGE:-ghcr.io/minetest/minetest:latest}
command: ["--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"
volumes:
world: {}