github basnijholt/compose-farm v0.15.0

latest releases: v1.18.5, v1.18.4, v1.18.3...
5 months ago

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

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

Don't miss a new compose-farm release

NewReleases is sending notifications on new releases.