Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 724 Bytes

File metadata and controls

27 lines (15 loc) · 724 Bytes

MongoDB stem

MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need.*

Build

Build from the official mongo docker image. Stick to current version.

Configuration

Configuration based on the default mongod.conf.orig file provided with an image.

Changes made:

  • net.bindIp set to 0.0.0.0
  • storage.dbPath set to /data/db
  • Commented out systemLog section

Deployment

Deploy with docker using embedded ops-docker tool.

Exec scripts/start to launch local instance.

License

The Unlicense.