From f4c78e32f706a732377472a0be52a749307c1129 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 4 Sep 2025 10:39:49 +0700 Subject: [PATCH] fix health endpoint, avoid redirect --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3087ba64..21855bfa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: - ELASTIC_PASSWORD=verysecret # set password for Elasticsearch - TZ=America/New_York # set your time zone healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8000/api/health"] + test: ["CMD", "curl", "-f", "http://localhost:8000/api/health/"] interval: 2m timeout: 10s retries: 3