Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ services:
condition: service_started
postgres:
condition: service_healthy
# worker 共用 Dockerfile.backend(含 HEALTHCHECK curl 8000/health),但 worker
# 不跑 uvicorn,继承的 healthcheck 会误判 unhealthy。显式禁用 worker healthcheck。
healthcheck:
test: ["NONE"]
deploy:
resources:
limits:
Expand Down