del depens in client container

This commit is contained in:
MaKarin
2026-04-04 19:29:19 +03:00
parent de770148c9
commit dd4f37bddc

View File

@@ -70,8 +70,6 @@ services:
depends_on: depends_on:
server: server:
condition: service_healthy condition: service_healthy
db-seed:
condition: service_completed_successfully
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1/healthz >/dev/null 2>&1 || exit 1"] test: ["CMD-SHELL", "wget -qO- http://127.0.0.1/healthz >/dev/null 2>&1 || exit 1"]
interval: 15s interval: 15s