feat: replace shell script with python implementation

- add requirements.txt
- allow disabling a stack
- update config example
- update README
This commit is contained in:
Sebastian Mark 2023-12-19 10:55:34 +01:00
parent 77a3ae1ed6
commit ef0620ee41
6 changed files with 92 additions and 49 deletions

11
config.yml.example Normal file
View 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