traefik/integration/resources/compose/base.yml
Ludovic Fernandez b54c956c5e Adds Docker provider support
Co-authored-by: Julien Salleyron <julien@containo.us>
2019-01-18 15:18:04 +01:00

11 lines
200 B
YAML

whoami1:
image: containous/whoami
labels:
- traefik.enable=true
- traefik.routers.router1.rule=PathPrefix:/whoami
whoami2:
image: containous/whoami
labels:
- traefik.enable=false