ActiDoo / gamification-engine-dokku

Heroku/Dokku deployable application for the gamification engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support of heroku-16 with nginx-buildpack

feldi-online opened this issue · comments

There are two different stacks at Heroku at the moment (cedar-14 and heroku-16). The default stack has recently changed to heroku-16. This is sadly not supported by one of our dependencies (ryandotsmith/nginx-buildback).

A work around is the manual change of the used stack with heroku stack:set cedar-14 -a <app_name> before the deploy and after creating the app. You find more Information here ryandotsmith/nginx-buildpack#68

Hi, So how do I set this up with the heroku one click install?

Thanks for the hint, I adjusted the app.json file and added the old stack there. Now the one-click deploy button works again.

Any chance this can be fixed again?