19 lines
503 B
JSON
19 lines
503 B
JSON
{
|
|
"service": {
|
|
"address": "frontend",
|
|
"check": {
|
|
"http": "http://10.195.102.127:180/",
|
|
"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": 180
|
|
}
|
|
} |