AriStockAI/consul/config/data-service.json
fanfpy 470d69d073 refactor(consul): 更新服务配置和docker-compose设置
- 修改data-service的consul检查端口为8000
- 将whoami服务的traefik配置从tags迁移到meta
- 简化docker-compose.yml,注释掉未使用的服务
2025-06-30 18:16:57 +08:00

17 lines
401 B
JSON

{
"service": {
"address": "data-service",
"check": {
"http": "http://aktools: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
}
}