Home

Awesome

Build Status

<img src="/admin/src/assets/logo-512x512.png" alt="logo" width="150" height="150" align="right" />

Mongster

Now you can easily connect your nodes with Mongo DB into one cluster within the control panel. Imagine all of the options you get:

We believe that security is essential.

Prerequisities

You need

Docker containers with Docker Compose

Create a .env file

Copy .env.example file to .env file. You can leave default variables. No need for change.

Run containers

Run containers with Docker Compose on background:

docker-compose down && docker-compose up -d

Admin panel appears on URL http://localhost:8080. However it might take a minute or two.

Database

The database data directory is placed in the root of this project in the mongodb_data folder.

Changing volumes

You can change the path Mongo uses to share persistent data. Open docker-compose.yml file and replace the part with volumes - ./mongodb_data - with a path of your choice:

volumes:
  - ./mongodb_data:/data/db

Local development

You also might be interested in local development. We'll appreciate any code that makes this product just better.

Testing


FAQ

We recommend to visit FAQ page.


Sponsors

License

License

This project is licensed under the MIT license - see the LICENSE.md file for details.