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:
parent
fc63499bf0
commit
f3dfaeea1b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue