Files
sablier/config_dev.yml
2020-10-22 20:24:41 +02:00

23 lines
420 B
YAML

http:
middlewares:
ondemand:
plugin:
dev:
serviceUrl: http://ondemand:10000
name: TRAEFIK_HACKATHON_whoami
timeout: 10
services:
whoami:
loadBalancer:
servers:
- url: "http://whoami:80"
routers:
whoami:
rule: PathPrefix(`/whoami`)
entryPoints:
- "http"
middlewares:
- ondemand
service: "whoami"