Single part at the root, COMPOSE_FILE in .env

This commit is contained in:
hh
2026-09-08 20:38:27 +02:00
parent a950161b00
commit 1c628625e9
10 changed files with 47 additions and 19 deletions
+9
View File
@@ -4,9 +4,18 @@ _answers_file: .copier/infra.yml
_envops:
keep_trailing_newline: true
layout:
type: str
help: Where the code lives
choices:
Parts in their own directories: parts
A single part at the root: single
default: parts
parts:
type: str
multiselect: true
when: "{{ layout == 'parts' }}"
help: Parts that live in their own directory with a docker-compose.yml and a Makefile
choices:
backend: backend