mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Activated loading of env depending on if it exist
This commit is contained in:
		@@ -1,8 +1,10 @@
 | 
			
		||||
{# Base for docker services #}
 | 
			
		||||
 | 
			
		||||
    restart: {{docker_restart_policy}}
 | 
			
		||||
{% if application_id | has_env  %}
 | 
			
		||||
    env_file:
 | 
			
		||||
      - "{{docker_compose.files.env}}"
 | 
			
		||||
{% endif %}
 | 
			
		||||
    logging:
 | 
			
		||||
      driver: journald
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user