mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	General optimations and debugging
This commit is contained in:
		@@ -0,0 +1,8 @@
 | 
			
		||||
{% if not applications | is_feature_enabled('central_database',application_id) %}
 | 
			
		||||
      {{ database_host }}:
 | 
			
		||||
        condition: service_healthy
 | 
			
		||||
{% endif %}
 | 
			
		||||
{% if applications[application_id].docker.services.redis.enabled | default(false) | bool %}
 | 
			
		||||
      redis:
 | 
			
		||||
        condition: service_healthy
 | 
			
		||||
{% endif %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user