Commit graph

5 commits

Author SHA1 Message Date
421e33e874 feat: update example config file
- add self-update option

🤖
2024-09-01 19:44:35 +02:00
9c1fa801e0 feat: add compose-opts configuration option
- add new configuration option `compose-opts` to define additional parameters
- update `README.md` to include `compose-opts` in Configuration Options

🤖
2023-12-20 14:49:48 +01:00
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
5640899198 feat: add configurable log level 2023-12-20 14:10:01 +01:00
ef0620ee41 feat: replace shell script with python implementation
- add requirements.txt
- allow disabling a stack
- update config example
- update README
2023-12-20 14:09:58 +01:00