Skip to main content
Shipfox has two parts to stand up: a control plane — the API and dashboard, backed by PostgreSQL, Temporal, and S3-compatible object storage — and one or more runners that 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

Local evaluation

Run the whole stack on your machine with Docker Compose to try Shipfox out.

Self-hosting

Deploy the control plane and runners on your own infrastructure.

AWS

A reference deployment on AWS. Coming soon.

Kubernetes

Deploy on a Kubernetes cluster. Coming soon.

Managed cloud

Shipfox runs the control plane; you only configure and connect runners. Coming soon.