From 5aac40b137222c73a77b18fb8e5601d03550c750 Mon Sep 17 00:00:00 2001 From: Kishor Date: Sat, 3 Jan 2026 00:29:30 +0530 Subject: [PATCH] add key in the request --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2742af5..2dfa346 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: - API_PORT=8080 restart: unless-stopped healthcheck: - test: [ "CMD", "curl", "-f", "http://localhost:8080/api/beta_testing" ] + test: [ "CMD", "curl", "-H", "X-API-Key: ${API_KEY}", "-f", "http://localhost:8080/api/beta_testing" ] interval: 10s timeout: 5s retries: 5