mirror of
https://github.com/containous/traefik.git
synced 2025-01-08 21:17:56 +03:00
e522446909
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
14 lines
306 B
YAML
14 lines
306 B
YAML
version: "3.8"
|
|
services:
|
|
whoami1:
|
|
image: traefik/whoami
|
|
labels:
|
|
traefik.enable: true
|
|
traefik.http.routers.router1.rule: PathPrefix(`/whoami`)
|
|
traefik.http.routers.router2.rule: PathPrefix(`/whoami2`)
|
|
|
|
whoami2:
|
|
image: traefik/whoami
|
|
labels:
|
|
traefik.enable: false
|