dc-ops/config.yml.example
Sebastian Mark 421e33e874 feat: update example config file
- add self-update option

🤖
2024-09-01 19:44:35 +02:00

17 lines
436 B
Text

self-update: true # optional
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