11 lines
284 B
JSON
11 lines
284 B
JSON
{
|
|
"service": {
|
|
"name": "whoami",
|
|
"port": 80,
|
|
"tags": ["traefik.enable=true", "traefik.http.routers.whoami.rule=Host(`whoami.localhost`)", "traefik.http.routers.whoami.entrypoints=web"],
|
|
"check": {
|
|
"http": "http://whoami:80",
|
|
"interval": "10s"
|
|
}
|
|
}
|
|
} |