fix: remove invalid condition from compose example

This commit is contained in:
Chris
2026-04-03 05:04:00 +08:00
parent 865be73d06
commit b7b312e69a

View File

@@ -9,7 +9,6 @@ services:
- ./backend/.env - ./backend/.env
ports: ports:
- "127.0.0.1:8000:8000" - "127.0.0.1:8000:8000"
condition: service_healthy
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8000/healthz >/dev/null || exit 1"] test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8000/healthz >/dev/null || exit 1"]
interval: 30s interval: 30s