Skip to content
Installation

Installation

Composia has four runtime binaries and images:

ComponentPurpose
composia-controllerRuns the API, task queue, desired-state Git repository, and controller-side integrations.
composia-agentRuns on each Docker node and executes Docker Compose operations.
composia-webBrowser UI that talks to the controller.
composiaCLI for terminals, scripts, and automation.

Choose a method

MethodBest for
Docker ComposeFast all-in-one deployment with controller, local agent, and web UI.
Package Managers and BinariesNon-container installs, OS packages, Nix, AUR, and manual archives.
ConfigurationConfig files, web environment variables, age key setup, and full global config reference.

For source builds, see Developer Guide: Source Build.

Last updated on • Renovate Bot