File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 12
12
],
13
13
"volumes" : [" /var/lib/registry" ]
14
14
},
15
+ {
16
+ "type" : " container" ,
17
+ "title" : " Consul" ,
18
+ "description" : " Highly available and distributed service discovery and KV store" ,
19
+ "categories" : [" service-discovery" ],
20
+ "platform" : " linux" ,
21
+ "logo" : " https://cdn.rawgit.com/docker-library/docs/8adb88e1e328c244711742f65319ed4064cff9a2/consul/logo.svg" ,
22
+ "image" : " consul:latest" ,
23
+ "env" : [
24
+ {
25
+ "name" : " CONSUL_LOCAL_CONFIG" ,
26
+ "label" : " Configuration JSON"
27
+ },
28
+ {
29
+ "name" : " CONSUL_CLIENT_INTERFACE" ,
30
+ "label" : " Client interface"
31
+ },
32
+ {
33
+ "name" : " CONSUL_BIND_INTERFACE" ,
34
+ "label" : " Bind interface"
35
+ }
36
+ ],
37
+ "network" : " host" ,
38
+ "ports" : [
39
+ " 8500/tcp" ,
40
+ " 8600/tcp"
41
+ ],
42
+ "volumes" : [" /consul/data" , " /consul/config" ]
43
+ },
15
44
{
16
45
"type" : " container" ,
17
46
"title" : " Nginx" ,
You can’t perform that action at this time.
0 commit comments