From f41b4f2777fa6ce79d4e8c12cbf9ad9138b21857 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 13 Feb 2025 13:06:46 -0500 Subject: [PATCH] Removing healthcheck from Parseable (image doesn't have curl). --- docker-compose.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 28c0ed86..c0214290 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3730,11 +3730,6 @@ services: P_S3_ACCESS_KEY: ${PARSEABLE_S3_ACCESS_KEY} P_S3_SECRET_KEY: ${PARSEABLE_S3_SECRET_KEY} P_S3_REGION: us-east-fh-pln - healthcheck: - test: [ "CMD", "curl", "-f", "http://parseable:8000/api/v1/liveness" ] - interval: 15s - timeout: 20s - retries: 5 image: containers.parseable.com/parseable/parseable:latest labels: homepage.group: Infrastructure/App Performance Monitoring