From 58e31139b1aba9efcccca83fc30797a3dadb9a8d Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 19 Sep 2025 16:05:10 -0500 Subject: [PATCH] ds --- peekaping.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/peekaping.yaml b/peekaping.yaml index 567a7a2..ab70ce2 100644 --- a/peekaping.yaml +++ b/peekaping.yaml @@ -18,12 +18,7 @@ services: condition: any labels: diun.enable: "true" - healthcheck: - test: ["CMD-SHELL", "pg_isready -U peekaping -d peekaping -h localhost"] - interval: 10s - timeout: 5s - retries: 5 - start_period: 10s + peekaping: image: ghcr.io/0xfurai/peekaping-bundle-postgres:latest @@ -39,8 +34,8 @@ services: - SERVER_PORT=8034 - SERVER_HOST=0.0.0.0 depends_on: - peekaping-postgres: - condition: service_healthy + peekaping-postgres + deploy: restart_policy: condition: any