Backend service used for the Nucleoid Minecraft server.
You can easily deploy the backend using docker-compose on a server using the provided Dockerfile and docker-compose.yml.
You can clone the repository and run docker-compose up to start up the required databases and the backend itself. This will use the config file in config/config.json, where you can then further configure the backend, including things like the Discord integration.
If you want to start up the two databases required to develop those components,
then you can use the provided docker-compose-dev.yml file, which will start containers
for both the postgres and ClickHouse databases:
docker-compose -f docker-compose-dev.yml up
# or
docker-compose -f docker-compose-dev.yml start