mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
build: update app.json add buildpacks
This commit is contained in:
parent
b189cae449
commit
e8249ee0f3
14
app.json
14
app.json
@ -8,13 +8,21 @@
|
|||||||
"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",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"EMAIL_HOST_USER": {
|
"EMAIL_HOST_USER": {
|
||||||
"description" : "Email host to send emails from",
|
"description": "Email host to send emails from",
|
||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"EMAIL_HOST_PASSWORD": {
|
"EMAIL_HOST_PASSWORD": {
|
||||||
@ -22,7 +30,7 @@
|
|||||||
"value": ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"AWS_REGION": {
|
"AWS_REGION": {
|
||||||
"description" : "AWS Region to use for S3",
|
"description": "AWS Region to use for S3",
|
||||||
"value": "false"
|
"value": "false"
|
||||||
},
|
},
|
||||||
"AWS_ACCESS_KEY_ID": {
|
"AWS_ACCESS_KEY_ID": {
|
||||||
@ -66,4 +74,4 @@
|
|||||||
"value": ""
|
"value": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user