mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Used database type instead of database host for postgres
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
      {{ applications | get_app_conf('svc-db-' ~ database_type, 'docker.network') }}:
 | 
					      {{ applications | get_app_conf('svc-db-' ~ database_type, 'docker.network') }}:
 | 
				
			||||||
{% if application_id in ['svc-db-mariadb','svc-db-postgres'] %}
 | 
					{% if application_id in ['svc-db-mariadb','svc-db-postgres'] %}
 | 
				
			||||||
          aliases:
 | 
					          aliases:
 | 
				
			||||||
            - {{ database_host }}
 | 
					            - {{ database_type }}
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
{% if applications | get_app_conf(application_id, 'features.ldap', False) and applications | get_app_conf('svc-db-openldap', 'network.docker') %}
 | 
					{% if applications | get_app_conf(application_id, 'features.ldap', False) and applications | get_app_conf('svc-db-openldap', 'network.docker') %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user