2022-10-01 15:07:10 +02:00
|
|
|
version: "3.6"
|
|
|
|
|
|
|
|
services:
|
2024-01-06 16:23:34 -05:00
|
|
|
testserver:
|
2024-11-29 15:23:53 -05:00
|
|
|
image: ${ENGINE_IMAGE:-ghcr.io/minetest/minetest:latest}
|
|
|
|
command: ["--config", "/minetest.conf"]
|
2022-10-01 15:07:10 +02:00
|
|
|
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: {}
|