{% extends "base.html" %} {% block content %}

Docker Compose

Available Services ({{ services | length }})

{% for svc in services %} {{ svc }} {% endfor %}

Deployed ({{ deployed | length }})

{% for svc in deployed %} {{ svc }} {% endfor %} {% if not deployed %}

No services deployed yet.

{% endif %}

Global Config

View / Edit Config
{% endblock %}