Installation
With Docker compose (recommended)#
All the application is shipped inside a single Docker image except for the database. The currently used database is PostgreSQL.
Here an example configuration for your docker-compose.yml
file:
- A volume bind to application configuration file, you can see more here.
Do not use this file directly
You should adapt it to your environment. Especially for the database configuration and version pin.
From sources#
The git repository is available here: https://github.com/Gashmob/minecraft-monitor.
You can either build yourself the docker image and run it anywhere or run it locally by "just" building the app. No matter your choice, all the tools are available inside a Nix shell.