Skip to content

withinstem/mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published