mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
23 lines
448 B
YAML
23 lines
448 B
YAML
http:
|
|
services:
|
|
whoami:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://whoami:80"
|
|
|
|
routers:
|
|
whoami-dynamic:
|
|
rule: PathPrefix(`/whoami/dynamic`)
|
|
entryPoints:
|
|
- "http"
|
|
middlewares:
|
|
- dynamic@docker
|
|
service: "whoami"
|
|
|
|
whoami-blocking:
|
|
rule: PathPrefix(`/whoami/blocking`)
|
|
entryPoints:
|
|
- "http"
|
|
middlewares:
|
|
- blocking@docker
|
|
service: "whoami" |