11 lines
218 B
Django/Jinja

{# Base for docker services #}
restart: {{docker_restart_policy}}
{% if application_id | has_env %}
env_file:
- "{{docker_compose.files.env}}"
{% endif %}
logging:
driver: journald
{{ "\n" }}