Delayed webcontrol service start #9

Squashed commit of the following:

commit 6270850309f397503246f2bc0a0fd58e67a82561
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:49:14 -06:00
parent fc63499bf0
commit f3dfaeea1b
1 changed files with 4 additions and 2 deletions

View File

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