2016-02-02 17:03:40 +00:00
|
|
|
consul:
|
|
|
|
image: progrium/consul
|
|
|
|
command: -server -bootstrap -log-level debug -ui-dir /ui
|
|
|
|
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
|