2016-02-02 18:03:40 +01: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 20:50:04 +02:00
|
|
|
nginx1:
|
2017-05-10 08:54:38 +02:00
|
|
|
image: nginx:alpine
|
2017-08-25 17:32:03 +02:00
|
|
|
nginx2:
|
|
|
|
image: nginx:alpine
|