18 lines
439 B
JSON
18 lines
439 B
JSON
{
|
|
"service": {
|
|
"address": "quant-service",
|
|
"check": {
|
|
"http": "http://quant-service:8001/health",
|
|
"interval": "10s",
|
|
"timeout": "5s"
|
|
},
|
|
"id": "quant-service-1",
|
|
"tags": [
|
|
"traefik.enable=true",
|
|
"traefik.http.routers.quant-service.rule=PathPrefix('/api/quant')",
|
|
"traefik.http.routers.quant-service.entrypoints=web"
|
|
],
|
|
"name": "quant-service",
|
|
"port": 8001
|
|
}
|
|
} |