From 24cc4db51db7917509fab2cd8a27dd2217ee9215 Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:01:53 +0530 Subject: [PATCH] fix healthcheck on convex service --- templates/compose/convex.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/convex.yaml b/templates/compose/convex.yaml index 47d7f1bef..e80cc4254 100644 --- a/templates/compose/convex.yaml +++ b/templates/compose/convex.yaml @@ -56,6 +56,6 @@ services: backend: condition: service_healthy healthcheck: - test: wget -qO- http://127.0.0.1:6791/ + test: curl -f http://127.0.0.1:6791/ interval: 5s start_period: 5s