forked from quant-speed-AI/Scoring-System
fix: 修复后端健康检查端口为 8876
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
||||
networks:
|
||||
- scoring_network
|
||||
healthcheck:
|
||||
test: ["CMD", "python", "-c", "import requests; requests.get('http://localhost:8000/api/health/')"]
|
||||
test: ["CMD", "python", "-c", "import requests; requests.get('http://localhost:8876/api/health/')"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user