mirror of
https://github.com/traefik/traefik.git
synced 2026-06-18 11:29:50 +03:00
5a225b4196
Co-authored-by: Rémi Buisson <remi.buisson@traefik.io>
15 lines
370 B
YAML
15 lines
370 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
|
|
|
|
networks:
|
|
default:
|
|
name: traefik-test-network
|
|
external: true
|