{ "service": { "address": "frontend", "check": { "http": "http://10.195.102.127:8080/", "interval": "10s", "timeout": "5s" }, "id": "frontend", "tags": [ "traefik.enable=true", "traefik.http.routers.frontend.rule=PathPrefix(`/`) || PathPrefix(`/index.html`) || PathPrefix(`/static`)", "traefik.http.routers.frontend.priority=10", "traefik.http.routers.frontend.entrypoints=web" ], "name": "frontend", "port": 80 } }