Add Consul Catalog provider
This commit is contained in:
parent
d0ed814669
commit
7be2db6e86
52 changed files with 4194 additions and 67 deletions
16
integration/resources/compose/consul_catalog.yml
Normal file
16
integration/resources/compose/consul_catalog.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
consul:
|
||||
image: consul:1.6.1
|
||||
ports:
|
||||
- 8500:8500
|
||||
whoami1:
|
||||
image: containous/whoami:v1.3.0
|
||||
hostname: whoami1
|
||||
whoami2:
|
||||
image: containous/whoami:v1.3.0
|
||||
hostname: whoami2
|
||||
whoami3:
|
||||
image: containous/whoami:v1.3.0
|
||||
hostname: whoami3
|
||||
whoamitcp:
|
||||
image: containous/whoamitcp
|
||||
hostname: whoamitcp
|
Loading…
Add table
Add a link
Reference in a new issue