Go to file
Buckaroo Banzai 231c38709d
add --init --recursive
2022-01-29 14:33:25 +01:00
.github Upgrade to GitHub-native Dependabot 2021-05-01 16:31:21 +02:00
jobs add --init --recursive 2022-01-29 14:33:25 +01:00
Dockerfile Bump alpine from 3.12.0 to 3.12.1 2020-11-05 07:58:36 +01:00
entrypoint.sh remove error log handling 2020-01-15 15:35:26 +01:00
readme.md remove error log handling 2020-01-15 15:35:26 +01:00

readme.md

minetest_manager for docker

state: WIP

Overview

Manages:

  • worldmod updates (if a submodule-repo is used)
  • media generation
  • logrotate

Environment variables

  • WORLDMODS_DIR path to worldmods repo

  • WORLDMODS_BRANCH branch to use (optional)

  • MEDIADIR directory for media assets (optional)

  • DEBUG_LOG path to the debug log (optional)

Usage

docker run \
 -v /data/minetest/world/worldmods:/mods \
 -v /var/html:/html \
 -v /tmp:/logs \
 -e WORLDMODS_DIR=/mods \
 -e WORLDMODS_BRANCH=master \
 -e MEDIADIR=/html \
 -e DEBUG_LOG=/logs/debug.log \
 buckaroobanzay/minetest_manager

License

MIT