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

View File

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