mirror of
				https://github.com/casjaysdevdocker/ntfy
				synced 2025-10-31 14:12:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			224 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			224 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | |
| # healthcheck
 | |
| HEALTH_ENABLED="${HEALTH_ENABLED:-}"
 | |
| HEALTH_URL="${HEALTH_URL:-}"
 | |
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 |