What's New
Features
- Docker image - Now available at
ghcr.io/basnijholt/compose-farm(#583aaaa)- Based on
ghcr.io/astral-sh/uv:python3.14-alpine - Supports SSH agent forwarding
- Based on
Documentation
- Add command quick-reference table to Usage section
- Add Docker installation instructions with SSH agent example
Refactoring
- Make internal constants, classes, and CLI symbols private
- Remove dead code and obsolete planning documents
- Clean up executor module (remove unnecessary console aliasing)
Docker Usage
docker run --rm \
-v $SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent \
-v ./compose-farm.yaml:/root/.config/compose-farm/compose-farm.yaml:ro \
ghcr.io/basnijholt/compose-farm up --all