fix: 修正语音服务健康检查 YAML (#2172)
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
Pipelines as Code CI / platform-infra-gitea-nc01- Failed
Pipelines as Code CI / unidesk-host- Success

Co-authored-by: Codex <codex@local>
This commit is contained in:
Lyon
2026-07-15 17:20:59 +08:00
committed by GitHub
parent 58b82fe009
commit c4ca587a6d
+1 -1
View File
@@ -72,7 +72,7 @@ services:
- ${VOICE_CACHE_DIR}/model:/model:ro
- ${VOICE_DATA_DIR}:/data
healthcheck:
test: [CMD, curl, --fail, --silent, http://127.0.0.1:${VOICE_PORT}/health]
test: [CMD, curl, --fail, --silent, "http://127.0.0.1:${VOICE_PORT}/health"]
interval: 30s
timeout: 10s
retries: 20