From 1d7200639c403e46f6cc5b00214f779a11d6af79 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 12 Mar 2026 02:53:13 -0400 Subject: [PATCH] fix: moved API healthcheck to docker-compose to override base image defaults and force port 5005. --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 25326a3..50b98dc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -122,6 +122,12 @@ services: networks: - default - shared + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:5005/health"] + interval: 30s + timeout: 10s + retries: 3 + start_period: 60s env_file: - ./.env extra_hosts: