dc-ops/config.yml.example
Sebastian Mark 9c1fa801e0 feat: add compose-opts configuration option
- add new configuration option `compose-opts` to define additional parameters
- update `README.md` to include `compose-opts` in Configuration Options

🤖
2023-12-20 14:49:48 +01:00

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