From 90d4bdceb5ca7f855d3d83bd50bf05aaf749db57 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 13 Feb 2025 12:50:58 -0500 Subject: [PATCH] Parseable fixes.. --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 62e7a180..28c0ed86 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3731,7 +3731,7 @@ services: P_S3_SECRET_KEY: ${PARSEABLE_S3_SECRET_KEY} P_S3_REGION: us-east-fh-pln healthcheck: - test: [ "CMD", "curl", "-f", "http://localhost:8000/api/v1/liveness" ] + test: [ "CMD", "curl", "-f", "http://parseable:8000/api/v1/liveness" ] interval: 15s timeout: 20s retries: 5 @@ -3741,13 +3741,13 @@ services: homepage.name: Parseable homepage.href: https://logs.${MY_TLD} homepage.icon: parseable.svg - homepage.description: Backups for PostgreSQL + homepage.description: Log analytics system for high throughput log ingestion swag: enable swag_proto: http swag_port: 8000 swag_url: logs.${MY_TLD} volumes: - - /parseable/staging:/staging + - ${DOCKER_VOLUME_CONFIG}/parseable/staging:/staging ports: - 14453:8000 pgbackweb: