Documentation/Start here
Start here · v0.0.1

Install with Docker Compose

Use the release-owned Linux entrypoint for a controlled single-node installation with explicit preflight and verification.

AudienceLinux administrators, evaluatorsReading time14 minCommands in context10 guided stepsReviewed sourcefcc5871 · 30 July 2026
RC

Exact release scope. This page documents the reviewed v0.0.1 source at fcc5871. Check release status before enabling a gated capability.

Supported scope

The Compose release path implements the profile-single-node topology. It is appropriate for a controlled evaluation or an installation whose availability objective permits a single control-plane host. PostgreSQL and artifact data must still be durable and backed up.

Create the configuration

The schema-versioned JSON controls installer input and points to the protected Compose environment file. Set the exact digest-pinned API and agent images, database password/connection string, artifact root, non-development secrets key ID, and a base64-encoded 32-byte secrets protection key. Keep both files out of source control and support bundles.

Run preflight and install

The bundle verifies checksums, the signed compatibility manifest, signed release metadata, and digest pinning before starting the packaged Compose topology.

Verify and record the baseline

  • All expected services are running and restart policies are active.
  • The local health endpoint reports the expected release identity.
  • PostgreSQL is durable, not accidentally host-published, and included in a tested backup.
  • The artifact root is durable, protected, has sufficient capacity, and survives service restart.
  • A reverse proxy terminates approved TLS before access is opened beyond localhost.

Production startup guards

Production and Preprod fail closed when the database connection, artifact provider, secrets master key, key ID, or other mandatory safety settings are absent. Do not work around PRODUCTION_STARTUP_GUARD_FAILED or STARTUP_INVALID_CONFIGURATION by switching to a development environment.

Resolve startup and dependency failures