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