AriStockAI/consul/config/data-service.json
fanfpy 4d766d2f1d fix: 更新服务检查地址并添加容器名称
将consul检查地址从aktools改为ari-data-service以确保正确性
为whoami服务添加container_name配置
2025-06-30 18:36:22 +08:00

17 lines
410 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",
"meta": {
"traefik_enable": "true",
"traefik_http_routers_data_service_rule": "PathPrefix(`/api/data`)"
},
"name": "data-service",
"port": 8000
}
}