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