diff --git a/server/bluemap/pack_sources.txt b/server/bluemap/pack_sources.txt new file mode 100644 index 0000000..add886b --- /dev/null +++ b/server/bluemap/pack_sources.txt @@ -0,0 +1,4 @@ +https://github.com/Uiniel/BlueMapModelLoaders +https://github.com/BeneHenke/BluemapCreateEntityAddon +https://github.com/Uiniel/BlueMap-Create-Resource-Pack +https://github.com/BeneHenke/BlueMap-Create-Resource-Pack diff --git a/server/bm.container b/server/bm.container new file mode 100644 index 0000000..e796d48 --- /dev/null +++ b/server/bm.container @@ -0,0 +1,23 @@ +[Unit] +Description=MMS BlueMap via Podman managed by Systemd +Documentation=https://bluemap.bluecolored.de/wiki/ + +[Container] +Image=ghcr.io/bluemap-minecraft/bluemap:v5.15 +AutoUpdate=registry +PublishPort=8100:8100/tcp +UserNS=keep-id + +Mount=type=bind,src=%h/bluemap/config,dst=/app/config +Mount=type=bind,src=%h/bluemap/web,dst=/app/web +Mount=type=bind,src=%h/bluemap/data,dst=/app/data +Mount=type=bind,src=%h/bluemap/bluemap,dst=/app/bluemap +Mount=type=bind,src=%h/MMS/server,dst=/app/w.mms,ro=true +Mount=type=bind,src=%h/MMS_t/server,dst=/app/w.mms_testing,ro=true + +Exec=--render --watch --webserver --mods /app/w.mms/mods --mods /app/w.mms_testing/mods --mc-version 1.20.1 + +[Install] +# Start by default on boot +WantedBy=default.target +