feat: replace shell script with python implementation
- add requirements.txt - allow disabling a stack - update config example - update README
This commit is contained in:
parent
77a3ae1ed6
commit
ef0620ee41
6 changed files with 92 additions and 49 deletions
11
config.yml.example
Normal file
11
config.yml.example
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
enabled: false
|
Loading…
Add table
Add a link
Reference in a new issue