From 82b5c9b88410f800f34801c9ec2820c9bfef842e Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov Date: Mon, 6 Jan 2025 14:37:23 +0200 Subject: [PATCH] disable hass healthcheck --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 26702d2..bfed2ed 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -135,11 +135,11 @@ services: - svcs environment: - TZ=$TZ - healthcheck: - test: 'curl -m 90 -sLf http://localhost:8123 || date >> /config/healthcheck' #| pkill -9 python3' - interval: 90s - timeout: 60s - retries: 2 + #healthcheck: + # test: 'curl -m 90 -sLf http://localhost:8123 || date >> /config/healthcheck' #| pkill -9 python3' + # interval: 90s + # timeout: 60s + # retries: 2 mqtt: restart: always