mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			300 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			300 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {% if not applications | get_app_conf(application_id, 'features.central_database', False)%}
 | |
|       {{ database_host }}:
 | |
|         condition: service_healthy
 | |
| {% endif %}
 | |
| {% if applications | is_docker_service_enabled(application_id, 'redis') %}
 | |
|       redis:
 | |
|         condition: service_healthy
 | |
| {% endif %} |