forked from github/plane
build: update app.json add buildpacks
This commit is contained in:
parent
b189cae449
commit
e8249ee0f3
8
app.json
8
app.json
@ -8,6 +8,14 @@
|
||||
"stack": "container",
|
||||
"keywords": ["plane", "project management", "django", "next"],
|
||||
"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": {
|
||||
"EMAIL_HOST": {
|
||||
"description": "Email host to send emails from",
|
||||
|
Loading…
Reference in New Issue
Block a user