Single part at the root, COMPOSE_FILE in .env
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% if parts %}include:
|
||||
{% for part in parts %} - path: {{ part }}/docker-compose.yml
|
||||
project_directory: .
|
||||
{% endfor %}{% else %}services: {}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user