added label support
This commit is contained in:
parent
aada0b2025
commit
b9abd8676a
@ -16,6 +16,12 @@ services:
|
|||||||
- {{ item }}
|
- {{ item }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if item.labels is defined %}
|
||||||
|
labels:
|
||||||
|
{% for label in item.labels %}
|
||||||
|
- {{ label }}
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
{% if item.ports is defined %}
|
{% if item.ports is defined %}
|
||||||
ports:
|
ports:
|
||||||
{% for item in item.ports %}
|
{% for item in item.ports %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user