Removing healthcheck from Parseable (image doesn't have curl).

This commit is contained in:
2025-02-13 13:06:46 -05:00
parent 90d4bdceb5
commit f41b4f2777
-5
View File
@@ -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