Delayed start for webcontrol service #9

Squashed commit of the following:

commit ab5a0b4621d23c44624a8c0b1a4c440ae5140c26
Author: Ashish D'Souza <sudouser512@gmail.com>
Date:   Sat Jan 27 15:42:21 2024 -0600

    Fixed docker compose webcontrol dependencies
This commit is contained in:
Ashish D'Souza 2024-01-27 15:44:17 -06:00
parent fc63499bf0
commit 016d87f73c
1 changed files with 5 additions and 2 deletions

View File

@ -94,8 +94,11 @@ services:
autoheal: 'true'
restart: unless-stopped
depends_on:
- frigate
- mqtt
frigate:
condition: service_healthy
restart: true
mqtt:
condition: service_started
healthcheck:
test: curl -s -f http://localhost -o /dev/null
interval: 60s