mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			258 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			258 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
{# This needs to be included in docker-compose.yml which just contain a database volume #}
 | 
						|
{% if not applications | get_app_conf(application_id, 'features.central_database', False)%}
 | 
						|
volumes:
 | 
						|
  database:
 | 
						|
    name: {{ database_volume }}
 | 
						|
{% endif %}
 | 
						|
{{ "\n" }} |