Buckaroo Banzai 4b64ec2748
bump to 5.6.0
2022-08-05 09:04:59 +02:00
2021-02-26 11:14:52 +01:00
2021-02-26 10:32:51 +01:00
2022-05-16 07:11:32 +02:00
2021-04-18 18:19:48 +02:00
2020-05-11 13:38:57 +02:00
2020-09-18 20:08:56 +02:00
2021-02-26 10:48:04 +01:00
2022-08-05 09:04:59 +02:00
2021-02-26 10:48:04 +01:00
2022-05-16 07:11:32 +02:00
2022-05-16 07:11:32 +02:00
2020-05-11 14:00:05 +02:00

minetest docker builder

Customized and patched minetest engine in a container

docker

Features

  • Postgresql support
  • Prometheus metrics support
  • Various fixes / perf. improvements

use at your own risk

Images

Docker-compose

Example config:

version: "2"

services:
 minetest:
  image: buckaroobanzay/minetest:latest
  restart: always
  ports:
   - "30000:30000/udp"
  volumes:
   - "./data/minetest:/data"
   - "./data/crashlogs:/crashlogs"
   - "./data/minetest/debug.txt:/root/.minetest/debug.txt"
Description
No description provided
Readme 308 KiB
Languages
Dockerfile 42.1%
Lua 26.8%
Shell 22.8%
Mathematica 8.3%