From cd1d00193da1b5d014fb88863f997ef624294d4d Mon Sep 17 00:00:00 2001 From: Stefano Date: Sun, 4 May 2025 18:17:21 -0500 Subject: [PATCH] User health endpoint for healthcheck in docker compose --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0baebc5..facec73 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: - AUTH_USERNAME=12345678 - AUTH_PASSWORD=87654321 healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:6090/channels?username=12345678&password=87654321"] + test: ["CMD", "curl", "-f", "http://localhost:6090/health"] interval: 30s timeout: 10s retries: 3