Shipfox
Installation

Installing Shipfox

How to run Shipfox: evaluate locally, self-host on your own infrastructure, or use managed cloud. An overview of the components and the setup paths.

Shipfox has two parts to stand up: a control plane and one or more runners. The control plane contains the API and dashboard, backed by PostgreSQL, Temporal, and S3-compatible object storage. Runners execute jobs on compute you own. This section is for whoever operates that infrastructure, typically a platform, DevEx, or SRE team.

Configuring projects and authoring workflows needs none of this. If Shipfox is already running for your team, head to Quick Start.

Components

ComponentWhat it is
API + dashboardStateless control-plane processes you deploy as containers
PostgreSQLPrimary datastore for Shipfox state
TemporalWorkflow orchestration engine used internally
Object storageS3-compatible storage for step-log artifacts
RunnersProcesses on your compute that execute jobs. See Runners.

Choose a path

Was this page helpful?
Edit this page on GitHub

On this page