-
Notifications
You must be signed in to change notification settings - Fork 0
/
dogu.json
69 lines (69 loc) · 1.77 KB
/
dogu.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"Name": "official/swaggerui",
"Version": "5.18.2-1",
"DisplayName": "Swagger UI",
"Description": "Swagger UI displays your openAPI specification.",
"Logo": "https://github.com/cloudogu/swagger-ui/blob/master/src/img/logo_small.png?raw=true",
"Category": "Development Apps",
"Tags": [
"warp",
"REST",
"API",
"OpenAPI"
],
"Url": "http://swagger.io/tools/swagger-ui/",
"Image": "registry.cloudogu.com/official/swaggerui",
"Dependencies": [
{
"type": "dogu",
"name": "nginx"
}
],
"Configuration": [
{
"Name": "logging/root",
"Description": "Set the root log level to one of ERROR, WARN, INFO, DEBUG.",
"Optional": true,
"Default": "WARN",
"Validation": {
"Type": "ONE_OF",
"Values": [
"WARN",
"DEBUG",
"INFO",
"ERROR"
]
}
},
{
"Name": "validator_url",
"Description": "Set the url of the swaggerui validator.",
"Optional": true
},
{
"Name": "container_config/memory_limit",
"Description": "Limits the container's memory usage. Use a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte).",
"Optional": true,
"Validation": {
"Type": "BINARY_MEASUREMENT"
}
},
{
"Name": "container_config/swap_limit",
"Description": "Limits the container's swap memory usage. Use zero or a positive integer value followed by one of these units [b,k,m,g] (byte, kibibyte, mebibyte, gibibyte). 0 will disable swapping.",
"Optional": true,
"Validation": {
"Type": "BINARY_MEASUREMENT"
}
}
],
"HealthChecks": [
{
"Type": "tcp",
"Port": 8080
},
{
"Type": "state"
}
]
}