From 5db9199705a968bef634019e31666dd5aab5baf2 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Mon, 15 Sep 2025 19:19:17 -0300 Subject: [PATCH] fix: porta e health --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 205f6a7..5e95463 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -96,7 +96,7 @@ jobs: --network host \ --memory=2g \ --cpus=1.5 \ - --health-cmd="curl -f http://localhost:8082/health || exit 1" \ + --health-cmd="curl -f http://localhost:8082/api/health || exit 1" \ --health-interval=30s \ --health-timeout=10s \ --health-retries=3 \