Initial template

This commit is contained in:
hh
2026-09-08 19:15:15 +02:00
commit 5bb12b0a4f
10 changed files with 117 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{% if parts %}include:
{% for part in parts %} - path:
- {{ part }}/docker-compose.yml
- {{ part }}/docker-compose.${COMPOSE_ENV:-local}.yml
project_directory: .
{% endfor %}{% else %}services: {}
{% endif %}