17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"service": {
|
|
"address": "quant-service",
|
|
"check": {
|
|
"http": "http://quant-service:8001/health",
|
|
"interval": "10s",
|
|
"timeout": "5s"
|
|
},
|
|
"id": "quant-service-1",
|
|
"meta": {
|
|
"traefik_enable": "true",
|
|
"traefik_http_routers_quant_service_rule": "PathPrefix('/api/quant')"
|
|
},
|
|
"name": "quant-service",
|
|
"port": 8001
|
|
}
|
|
} |