MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need.*
Build from the official mongo docker image. Stick to current version.
Configuration based on the default mongod.conf.orig
file provided with an image.
Changes made:
net.bindIp
set to0.0.0.0
storage.dbPath
set to/data/db
- Commented out
systemLog
section
Deploy with docker using embedded ops-docker tool.
Exec scripts/start
to launch local instance.