Files
infra/template/{% if layout == 'parts' %}.env.example{% endif %}.jinja
2026-09-09 00:19:34 +02:00

3 lines
204 B
Bash

{% if parts %}COMPOSE_FILE=docker-compose.yml{% for part in parts %}:{{ part }}/docker-compose.override.yml{% endfor %}
COMPOSE_PROFILES={% if 'backend' in parts %}external,{% endif %}services
{% endif %}