-
MongoDB is a free and open-source cross-platform document-oriented database program.
-
MongoExpress is a Web-based MongoDB admin interface written with Node.js, Express and Bootstrap3
Just execute the command bellow:
$ docker-compose -f "Mongodb/mongodb-docker-compose.yml" up -d
Go to http://localhost:8081/
on your browser.
If you whant to change your theme just change
the value of ME_CONFIG_OPTIONS_EDITORTHEME
variable in the composer file.
If you like, you can use only the inline values with ME_CONFIG_MONGODB_URL: mongodb://mongoadmin:secret@mongodb:27017/
data on mongo-express service.