Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 875 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 875 Bytes

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