forked from asreview/asreview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
26 lines (26 loc) · 769 Bytes
/
app.json
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
{
"name": "ASReview",
"description": "Active learning for Systematic Reviews",
"keywords": [
"active learning",
"systematic reviews"
],
"website": "https://asreview.nl/",
"repository": "https://github.com/asreview/asreview/docker/asreview-lab/",
"logo": "https://github.com/asreview/asreview/blob/master/images/RepoCardGithub-1280x640px.png",
"stack": "container",
"env": {
"ASREVIEW_ONE_CLICK_DEPLOY": {
"description": "ASReview One Click Deploy Environmental Flag",
"value": "1",
"required": false
}
},
"options": {
"allow-unauthenticated": false,
"memory": "512Mi",
"cpu": "2",
"port": "80",
"http2": false
}
}