fix healthcheck on convex service

This commit is contained in:
ShadowArcanist 2026-04-03 18:01:53 +05:30 committed by GitHub
parent dd7b9cedc9
commit 24cc4db51d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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