16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"service": {
|
|
"ID": "nomad-ui-pine01",
|
|
"Name": "nomad-ui",
|
|
"Tags": [
|
|
"traefik.enable=true",
|
|
"traefik.http.routers.nomad-ui-http.rule=Host(`nomad.service.nr5`)"
|
|
],
|
|
"Port": 4646,
|
|
"Check": {
|
|
"HTTP": "http://172.16.23.21:4646/ui/",
|
|
"Interval": "60s"
|
|
}
|
|
}
|
|
}
|