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

🤖
This commit is contained in:
Sebastian Mark 2023-12-20 13:43:45 +01:00
parent 72611fe619
commit 9c1fa801e0
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,5 @@
loglevel: "INFO" # optional
loglevdel: "INFO" # optional
compose-opts: "--dry-run"
stacks:
- dir: /path/to/first-repo
- dir: /path/to/second-repo