From 336582856c69246c55a54556c4838d1dd6f8e62a Mon Sep 17 00:00:00 2001 From: Alexander Nachtmann Date: Wed, 15 Jan 2025 12:34:17 +0100 Subject: [PATCH] Update compose.yaml --- compose.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/compose.yaml b/compose.yaml index 982f162..c3eced3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -26,11 +26,6 @@ services: condition: service_healthy networks: - paperless-network - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8081/health"] - interval: 10s - timeout: 5s - retries: 5 paperless-services: build: @@ -63,11 +58,6 @@ services: condition: service_healthy networks: - paperless-network - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8082/health"] - interval: 10s - timeout: 5s - retries: 5 postgres: image: postgres:17