Run Metabase on Heroku using Docker.
Assuming you've already set up an app and it has a database attached...
git clone [email protected]:pixielabs/metabase-heroku-docker.git
cd metabase-heroku-docker
git remote add heroku https://git.heroku.com/<your-heroku-app>.git
heroku stack:set container
git push heroku main