forked from MuckRock/muckrock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
36 lines (36 loc) · 904 Bytes
/
app.json
File metadata and controls
36 lines (36 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "requests",
"description": "Public records request service MuckRock Requests",
"repository": "https://github.com/muckrock/muckrock",
"formation": {
"web": {
"quantity": 1,
"size": "standard-2x"
},
"scheduler": {
"quantity": 1,
"size": "standard-2x"
}
},
"environments": {
"review": {
"addons": [
"heroku-postgresql:essential-1",
"heroku-redis:mini",
"papertrail:choklad",
"fixie:cruiser"
]
}
},
"buildpacks": [
{ "url": "https://github.com/SectorLabs/heroku-buildpack-git-submodule" },
{ "url": "heroku/nodejs" },
{ "url": "heroku/python" },
{ "url": "https://github.com/heroku/heroku-buildpack-nginx" },
{ "url": "heroku-community/cli"}
],
"scripts": {
"postdeploy": "./postdeploy.sh",
"pr-predestroy": "./teardown.sh"
}
}