traefik/integration/resources/compose/base.yml
Julien Salleyron 4a68d29ce2 Add a new protocol
Co-authored-by: Gérald Croës <gerald@containo.us>
2019-03-14 09:30:04 +01:00

11 lines
208 B
YAML

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