From 69f2d0750c5a28abe8d89293307e06c05f6a69f6 Mon Sep 17 00:00:00 2001 From: Bart Sjerps Date: Fri, 12 Jun 2026 11:04:08 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yaml b/compose.yaml index 90b259e..c217faf 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,6 +13,10 @@ services: - '80:80' - '81:81' - '443:443' + healthcheck: + test: ["CMD", "/usr/bin/check-health"] + interval: 10s + timeout: 3s volumes: - data:/data - letsencrypt:/etc/letsencrypt