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