traefik/integration/resources/compose/consul_catalog.yml

20 lines
344 B
YAML
Raw Normal View History

2016-02-02 17:03:40 +00:00
consul:
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:
image: nginx:alpine
nginx2:
image: nginx:alpine
nginx3:
image: nginx:alpine