metabase-buildpack

by metabase

README.md

NOTE: the Heroku Buildpack release artifact will no longer be maintained by Metabase, as we strongly encourage everyone to either deploy in Heroku via containers or fork this repository. Please see announcement https://www.metabase.com/releases/Metabase-0.45

Heroku Buildpack for Metabase

Add the following to your app.json:

"buildpacks": [ { "url": "https://github.com/metabase/metabase-buildpack" } ]

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/metabase/metabase-buildpack.git

For existing applications:

$ heroku buildpacks:set https://github.com/metabase/metabase-buildpack.git -a YOUR_APP_NAME