mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02: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