forked from MuckRock/squarelet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
42 lines (42 loc) · 829 Bytes
/
app.json
File metadata and controls
42 lines (42 loc) · 829 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
37
38
39
40
41
42
{
"name": "squarelet",
"description": "User and organization management for MuckRock",
"repository": "https://github.com/muckrock/squarelet",
"formation": {
"web": {
"quantity": 1,
"size": "standard-1x"
},
"beat": {
"quantity": 1,
"size": "standard-1x"
},
"worker": {
"quantity": 1,
"size": "standard-2x"
}
},
"addons": [
"heroku-postgresql:essential-1",
"heroku-redis:mini",
"papertrail:choklad",
"fixie:cruiser"
],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku-community/nginx.tgz"
},
{
"url": "heroku/python"
},
{
"url": "heroku-community/cli"
}
],
"scripts": {
"postdeploy": "./postdeploy.sh"
}
}