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