Support for port and container volumes.
This commit is contained in:
parent
80889abcb8
commit
ca7a097160
|
@ -132,6 +132,10 @@ proxy:
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if app.port is defined %}port: {{ app.port }}{% endif %}
|
||||||
|
|
||||||
|
{% if app.container_volumes is defined %}container-volumes: [ {% for vol in app.container_volumes %} "{{ vol }}"{% if not loop.end%}, {% endif %}{% endfor %} ]{% endif %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue