Sebastian Mark
4ee278dd86
- 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
🤖
15 lines
380 B
Text
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
|