http: # -- Change Router Configuration here... routers: your-local-router: rule: "Host(`your-local-service.your-domain.com`)" # <-- Change Rules here... service: your-local-service # <-- Change Service Name here... priority: 1000 # <-- (Optional) Change Routing Priority here... entryPoints: - web, websecure # -- Change Service Configuration here... services: your-local-service: # <-- Change Service Name here... loadBalancer: servers: - url: "http://your-local-service:port" # <-- Change Target Service URL here...