From f3dfaeea1b809c1a6c2699a555957da81536ab32 Mon Sep 17 00:00:00 2001 From: Ashish D'Souza Date: Sat, 27 Jan 2024 15:49:14 -0600 Subject: [PATCH] Delayed webcontrol service start #9 Squashed commit of the following: commit 6270850309f397503246f2bc0a0fd58e67a82561 Author: Ashish D'Souza Date: Sat Jan 27 15:42:21 2024 -0600 Fixed docker compose webcontrol dependencies --- conf/docker-compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/docker-compose.yaml b/conf/docker-compose.yaml index 6653281..f28de1e 100644 --- a/conf/docker-compose.yaml +++ b/conf/docker-compose.yaml @@ -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