build: update app.json add buildpacks

This commit is contained in:
pablohashescobar 2022-12-16 22:41:06 +05:30
parent b189cae449
commit e8249ee0f3

View File

@ -8,6 +8,14 @@
"stack": "container", "stack": "container",
"keywords": ["plane", "project management", "django", "next"], "keywords": ["plane", "project management", "django", "next"],
"addons": ["heroku-postgresql:mini", "heroku-redis:mini"], "addons": ["heroku-postgresql:mini", "heroku-redis:mini"],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python.git"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs#v176"
}
],
"env": { "env": {
"EMAIL_HOST": { "EMAIL_HOST": {
"description": "Email host to send emails from", "description": "Email host to send emails from",