mirror of
https://github.com/containous/traefik.git
synced 2025-01-10 01:17:55 +03:00
e522446909
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
10 lines
298 B
YAML
10 lines
298 B
YAML
version: "3.8"
|
|
services:
|
|
whoami:
|
|
image: traefik/whoami
|
|
labels:
|
|
traefik.http.routers.route1.rule: PathPrefix(`/foo`)
|
|
traefik.http.routers.route1.middlewares: passtls
|
|
traefik.http.routers.route1.tls: true
|
|
traefik.http.middlewares.passtls.passtlsclientcert.pem: true
|