dc-ops/config.yml.example
Sebastian Mark 4ee278dd86 feat: add pre and post commands support
- add pre-command execution before running docker compose
- add post-command execution after running docker compose
- update config.yml.example to include pre and post commands

🤖
2023-12-20 14:10:01 +01:00

15 lines
380 B
Text

loglevel: "INFO" # optional
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