Docs

Deploy & build

Sources, builders, queue, rollbacks, and advanced runtime options.

Sources

  • GitHub, GitLab, Bitbucket, Gitea (OAuth / app providers)
  • Generic Git (HTTPS or SSH key)
  • Docker image (public or private registry)
  • Zip upload
  • Compose: paste raw YAML or clone from Git

Builders

  • Nixpacks and Railpack
  • Dockerfile
  • Heroku / Paketo buildpacks
  • Static → nginx
  • BuildKit cache for faster rebuilds

Lifecycle

  • FIFO deploy queue with cancel and live WebSocket logs
  • Deploy / redeploy / start / stop / reload
  • One-click rollback to a previous successful image
  • Swarm rolling updates — a failed deploy leaves the previous revision up
  • Boot recovery marks interrupted deploys as failed

Advanced (applications)

  • Mounts (volume / file content), published ports, redirects, basic-auth
  • Healthchecks, placement constraints, replicas & resources
  • Update / rollback Swarm configs

Also see the repository guides under docs/ · REST API reference

Docs menu