Fix Traefik reload if Consul Catalog tags change
This commit is contained in:
parent
5c119fe2d6
commit
5ee2cae85c
4 changed files with 508 additions and 124 deletions
|
@ -1,6 +1,6 @@
|
|||
consul:
|
||||
image: progrium/consul
|
||||
command: -server -bootstrap -log-level debug -ui-dir /ui
|
||||
image: consul
|
||||
command: agent -server -bootstrap-expect 1 -client 0.0.0.0 -log-level debug -ui
|
||||
ports:
|
||||
- "8400:8400"
|
||||
- "8500:8500"
|
||||
|
@ -15,3 +15,5 @@ nginx1:
|
|||
image: nginx:alpine
|
||||
nginx2:
|
||||
image: nginx:alpine
|
||||
nginx3:
|
||||
image: nginx:alpine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue