Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 867 Bytes

File metadata and controls

34 lines (28 loc) · 867 Bytes

ComposeKit

A project to simplify Docker container management, made with love.

This project includes three commands:

  • sort: sorts keys in Docker Compose files
  • update: updates Docker images
  • generate: creates Docker Compose files

Key points:

Running locally

uv venv
  • Install the package in editable mode:
uv pip install -e .
  • And finally, run one of the commands based on your needs:
uv run sort
uv run update
uv run generate

License

This project is licensed under the MIT License. See LICENSE for more details.