From 77a64fbfb7d878e33fb1773fdf85b815e9412505 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 11 Nov 2025 08:57:57 +0500 Subject: [PATCH] modified: main_dc/docker-compose.yml set health check path --- main_dc/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_dc/docker-compose.yml b/main_dc/docker-compose.yml index ee0c2d8..e59d571 100644 --- a/main_dc/docker-compose.yml +++ b/main_dc/docker-compose.yml @@ -201,7 +201,7 @@ services: - web-network - app-network healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000/"] + test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"] interval: 30s timeout: 10s retries: 3