2016-02-02 17:03:40 +00:00
|
|
|
consul:
|
2017-11-13 11:14:02 +00:00
|
|
|
image: consul
|
|
|
|
command: agent -server -bootstrap-expect 1 -client 0.0.0.0 -log-level debug -ui
|
2016-02-02 17:03:40 +00:00
|
|
|
ports:
|
|
|
|
- "8400:8400"
|
|
|
|
- "8500:8500"
|
|
|
|
- "8600:53/udp"
|
|
|
|
expose:
|
|
|
|
- "8300"
|
|
|
|
- "8301"
|
|
|
|
- "8301/udp"
|
|
|
|
- "8302"
|
|
|
|
- "8302/udp"
|
2017-09-08 18:50:04 +00:00
|
|
|
nginx1:
|
2017-05-10 06:54:38 +00:00
|
|
|
image: nginx:alpine
|
2017-08-25 15:32:03 +00:00
|
|
|
nginx2:
|
|
|
|
image: nginx:alpine
|
2017-11-13 11:14:02 +00:00
|
|
|
nginx3:
|
|
|
|
image: nginx:alpine
|