traefik/integration/resources/compose/base.yml

12 lines
265 B
YAML
Raw Normal View History

whoami1:
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.router1.rule=PathPrefix("/whoami")
2021-04-30 08:22:04 +00:00
- traefik.http.routers.router2.rule=PathPrefix("/whoami2")
whoami2:
image: traefik/whoami
labels:
- traefik.enable=false