Skip to content

Commit

Permalink
disable hass healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
zeridon committed Jan 6, 2025
1 parent 6295e41 commit 82b5c9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82b5c9b

Please sign in to comment.