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.bindIpset to0.0.0.0storage.dbPathset to/data/db- Commented out
systemLogsection
Deploy with docker using embedded ops-docker tool.
Exec scripts/start to launch local instance.