forked from 1024pix/pix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscalingo.json
More file actions
34 lines (34 loc) · 706 Bytes
/
scalingo.json
File metadata and controls
34 lines (34 loc) · 706 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
{
"name": "Pix Review App",
"env": {
"REVIEW_APP": {
"description": "Indicates that the application is a review app",
"value": "true"
},
"DOMAIN_PIX_APP": {
"generator": "template",
"template": "https://app-pr%PR_NUMBER%.review.pix"
},
"DOMAIN_PIX_ORGA": {
"generator": "template",
"template": "https://orga-pr%PR_NUMBER%.review.pix"
}
},
"scripts": {
"first-deploy": "npm run scalingo-post-ra-creation"
},
"addons": [
"postgresql:postgresql-sandbox",
"redis:redis-sandbox"
],
"formation": {
"web": {
"amount": 1,
"size": "S"
},
"background": {
"amount": 0,
"size": "S"
}
}
}