AriStockAI/consul/config/data-service.json
fanfpy de5d14befb refactor(consul): 移除data-service中冗余的traefik重写规则
移除不再需要的路径重写中间件配置,简化服务路由设置
2025-07-06 12:19:20 +08:00

18 lines
473 B
JSON

{
"service": {
"address": "data-service",
"check": {
"http": "http://ari-data-service:8000/api/public/stock_bid_ask_em?symbol=000001",
"interval": "10s",
"timeout": "5s"
},
"id": "data-service-1",
"tags": [
"traefik.enable=true",
"traefik.http.routers.data-service.rule=PathPrefix(\"/api/data\")",
"traefik.http.routers.data-service.entrypoints=web"
],
"name": "data-service",
"port": 8000
}
}