# docker-dev companion to scripts/install/traefik-dynamic.yml. Same routing rules, # but the upstream targets are the Compose service names (admin-a, admin-b) on # port 9000 instead of the Windows hostnames a bare-metal deployment would use. http: routers: otopcua-admin: entryPoints: ["web"] rule: "PathPrefix(`/`)" service: otopcua-admin services: otopcua-admin: loadBalancer: servers: - url: "http://admin-a:9000" - url: "http://admin-b:9000" healthCheck: path: /health/active interval: 5s timeout: 2s