-
Notifications
You must be signed in to change notification settings - Fork 66
/
cloud_66.json
52 lines (49 loc) · 1.29 KB
/
cloud_66.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
{
"name": "Cloud 66",
"revision": "2015-09-28",
"vendor_verified": "2015-09-28",
"url": "http://www.cloud66.com",
"status": "production",
"status_since": "2013-03-01",
"type": "Generic",
"hosting": {
"public": false,
"private": true
},
"pricings": [
{ "model": "fixed", "period": "monthly" },
{ "model": "fixed", "period": "annually" }
],
"scaling": {
"vertical": true,
"horizontal": true,
"auto": false
},
"runtimes": [
{
"language": "docker",
"versions": [
]
}
],
"middlewares": [
{ "name" : "NGINX", "versions": [ "1.8" ] },
{ "name" : "HAProxy", "versions": [ "1.5" ] },
{ "name" : "Rabbit MQ", "versions": [ "3.5.6" ] }
],
"services": {
"native": [
{ "name": "MySQL", "type": "datastore", "versions": [ "5.6.19" ] },
{ "name": "PostgreSQL", "type": "datastore", "versions": [ "9.4.4" ] },
{ "name": "MongoDB", "type": "datastore", "versions" : [ "2.6.11" ] },
{ "name": "Redis", "type": "datastore", "versions": [ "3.0.4" ] },
{ "name": "ElasticSearch", "type": "datastore", "versions": [ "1.7.2" ] },
{ "name": "Memcached", "type": "datastore", "versions": [ "1.4.24" ] }
],
"addon": [
]
},
"extensible": true,
"infrastructures": [
]
}