composer

{{ stack }}


running:
stopped:
remote: {{ remote }}

{% for container, status, image in containers %}

{{ container }}


{% if status %} status: running
{% else %} status: off
{% endif %} image: {{ image }}

{% endfor %}