Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 499 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 499 Bytes

Heroku Buildpack for Metabase

Add the following to your app.json:

{
  "env": {
    "METABASE_VERSION": "latest"
  },
  "buildpacks": [
    {
      "url": "https://github.com/voiio/metabase-buildpack"
    }
  ]
}

Version

The version of Metabase that will be installed is specified in the METABASE_VERSION environment variable, for example:

heroku config:set METABASE_VERSION=v0.46.0

If this variable is not set, the latest available version will be installed.