commit
9020e74cb2
@ -134,6 +134,16 @@ services:
|
|||||||
- {{ dns_entry }}
|
- {{ dns_entry }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if container.logging.driver is defined %}
|
||||||
|
logging:
|
||||||
|
driver: {{ container.logging.driver }}
|
||||||
|
{% if container.logging.options is defined %}
|
||||||
|
options:
|
||||||
|
{% for option in container.logging.options %}
|
||||||
|
{{ option }}: {{ container.logging.options[option] }}
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
{% if container.env_file is defined %}
|
{% if container.env_file is defined %}
|
||||||
env_file:
|
env_file:
|
||||||
{% for envfile in container.env_file %}
|
{% for envfile in container.env_file %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user