AriStockAI/consul/config/dev/quant-service.json

20 lines
677 B
JSON

{
"service": {
"address": "quant-service",
"check": {
"http": "http://10.195.102.127:18001/health",
"interval": "10s",
"timeout": "5s"
},
"id": "quant-service",
"tags": [
"traefik.enable=true",
"traefik.http.routers.quant-service.rule=PathPrefix(`/api/quant`) || PathPrefix(`/api/strategy`)",
"traefik.http.routers.quant-service.entrypoints=web",
"traefik.http.middlewares.quant-service-stripprefix.stripprefix.prefixes=/api/quant,/api/strategy",
"traefik.http.routers.quant-service.middlewares=quant-service-stripprefix@consulcatalog"
],
"name": "quant-service",
"port": 18001
}
}