Heroku Buildpack for running mongo commands with MongoDB v4.1.5
This is a Heroku buildpack to run mongo commands (http://www.mongodb.org/).
It installs MongoDB 4.1.5 for Linux environment (stack: heroku-22).
Example usage:
$ heroku create myapp --buildpack http://github.com/siesgstarena/heroku-buildpack-mongo.git
$ git push heroku master
or:
$ heroku buildpacks:add http://github.com/siesgstarena/heroku-buildpack-mongo.git