Skip to content

Commit

Permalink
dev stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed May 22, 2020
1 parent 0ffb2c4 commit d344434
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/minetest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
secure.http_mods = beerchat
beerchat.url = http://127.0.0.1:8080
9 changes: 9 additions & 0 deletions dev/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

docker run --rm -it \
-u root:root \
-v $(pwd)/minetest.conf:/etc/minetest/minetest.conf \
-v $(pwd)/../:/root/.minetest/worlds/world/worldmods/beerchat \
-v mail_world:/root/.minetest/worlds/world/ \
--network host \
registry.gitlab.com/minetest/minetest/server:5.2.0

0 comments on commit d344434

Please sign in to comment.