A small project to simplify Docker container management, made with love.
There are two Python scripts:
- generate.py: creates Docker Compose files
- update.py: updates image tags inside those Compose files
Key points:
- Generation rules: config/generate.yaml
- Update rules: config/update.yaml
- Compose files are produced automatically via GitHub Actions workflows
This project is licensed under the MIT License. See LICENSE for more details.