mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Solved matrix bug
This commit is contained in:
		@@ -27,15 +27,14 @@ services:
 | 
				
			|||||||
      retries: 3
 | 
					      retries: 3
 | 
				
			||||||
{% if bridges | bool %}
 | 
					{% if bridges | bool %}
 | 
				
			||||||
{% include 'templates/docker/container/depends-on-also-database.yml.j2' %}
 | 
					{% include 'templates/docker/container/depends-on-also-database.yml.j2' %}
 | 
				
			||||||
{% else %}
 | 
					 | 
				
			||||||
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
 | 
					 | 
				
			||||||
{% endif %}
 | 
					 | 
				
			||||||
{% for item in bridges %}
 | 
					{% for item in bridges %}
 | 
				
			||||||
      mautrix-{{item.bridge_name}}:
 | 
					      mautrix-{{item.bridge_name}}:
 | 
				
			||||||
        condition: service_healthy
 | 
					        condition: service_healthy
 | 
				
			||||||
{% endfor %}
 | 
					{% endfor %}
 | 
				
			||||||
 | 
					{% else %}
 | 
				
			||||||
 | 
					{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
 | 
				
			||||||
 | 
					{% endif %}
 | 
				
			||||||
{% include 'templates/docker/container/networks.yml.j2' %}
 | 
					{% include 'templates/docker/container/networks.yml.j2' %}
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
  element:
 | 
					  element:
 | 
				
			||||||
    image: vectorim/element-web:{{applications.matrix.element.version}}
 | 
					    image: vectorim/element-web:{{applications.matrix.element.version}}
 | 
				
			||||||
    container_name: matrix-element
 | 
					    container_name: matrix-element
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user