-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloud.hjson
More file actions
39 lines (39 loc) · 847 Bytes
/
cloud.hjson
File metadata and controls
39 lines (39 loc) · 847 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
{
locations: {
digitalocean: [ "sfo1" ]
},
configuration: {
proxies: 1
},
roles: {
$all: [ "cadvisor" ],
proxies: [ "discovery-etcd-nginx-proxy", "docker-hub-nginx-cache-proxy" ]
},
containers: {
cadvisor: {
container: "google/cadvisor",
ports: {
8080: 8080
},
volumes: {
/: "/rootfs:ro",
/var/run: "/var/run:rw",
/sys: "/sys:ro",
/var/lib/docker: "/var/lib/docker:ro"
}
},
discovery-etcd-nginx-proxy: {
container: "cloudlauncher/discovery-etcd-nginx-proxy",
ports: {
8081: 80
}
},
docker-hub-nginx-cache-proxy: {
container: "cloudlauncher/docker-hub-nginx-cache-proxy",
ports: {
8082: 80
}
}
},
authorizations: [ "40:85:f0:9b:28:ad:5d:25:b5:51:2e:ad:f3:b3:31:98" ]
}