Skip to content

Backend server for managing server chat relays and status

License

Notifications You must be signed in to change notification settings

NucleoidMC/nucleoid-backend

Repository files navigation

nucleoid-backend

Backend service used for the Nucleoid Minecraft server.

Running with docker

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.

Developing

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

About

Backend server for managing server chat relays and status

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages