Sebastian Mark
9c1fa801e0
- add new configuration option `compose-opts` to define additional parameters
- update `README.md` to include `compose-opts` in Configuration Options
🤖
16 lines
407 B
Text
16 lines
407 B
Text
loglevdel: "INFO" # optional
|
|
compose-opts: "--dry-run"
|
|
stacks:
|
|
- dir: /path/to/first-repo
|
|
- dir: /path/to/second-repo
|
|
compose-files:
|
|
- docker-compose-dev.yml
|
|
- dir: /path/to/third-repo
|
|
compose-files:
|
|
- subdirA/docker-compose.yml
|
|
- subdirB/docker-compose.yml
|
|
- dir: /path/to/fourth-repo
|
|
pre: "make"
|
|
post: "make clean"
|
|
- dir: /path/to/fifth-repo
|
|
enabled: false
|