1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-25 06:03:49 +03:00

18 lines
300 B
YAML

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"
whoami:
image: emilevauge/whoami
ports:
- "8881:80"