I had to figure out the following steps to get the instance up and running:
- Create new app in heroku ('myapp')
- Create a new pipeline 'myapp'
- On command line: git clone wiki-heroku (this repo)
- Command line: heroku login
- Command line: heroku git:remote -a myapp
- Command line: heroku stack:set container (to switch to docker deploy mode on heroku)
- In heroku admin backend: Resources > Add-Ons > Add heroku-postgresql add-on
- Command line: git push heroku 2.x:master
et voilá