
Dokku
Docker-powered PaaS for deploying apps on a single host

Dokku is a lightweight platform-as-a-service (PaaS) that runs on a single server and uses Docker to build, deploy, and manage applications. It provides a Heroku-like workflow where you push code via Git and Dokku handles containerized runtime and app lifecycle.
Key Features
- Git push deployments with Heroku-compatible workflow
- App builds via Heroku buildpacks or Dockerfile-based deployments
- Per-app container isolation and process management
- Plugin system for add-ons such as databases, caches, and other services
- Built-in management for domains, environment variables, and SSL/TLS certificates
Use Cases
- Hosting multiple small-to-medium web apps on a single VM with simple deploys
- Replacing managed PaaS for personal projects or small teams with full server control
- Running a consistent deployment workflow across many languages supported by buildpacks
Limitations and Considerations
- Designed primarily for single-host operation; advanced multi-node orchestration is outside its core scope
- Operational responsibilities (backups, monitoring, capacity planning) remain with the operator
Dokku is well-suited for teams that want an easy, Heroku-style deployment experience without adopting a full cluster platform. It combines a familiar Git-based workflow with Docker containers and a flexible plugin ecosystem for common hosting needs.
Categories:
Tags:
Tech Stack:
Similar Services

Coolify
Self-hosted PaaS for deploying apps, databases, and services
Open-source, self-hostable PaaS to deploy websites, full-stack apps, databases, and Docker services on your own servers with Git-based CI/CD workflows.

Puter
Self-hostable web-based personal cloud and desktop environment
Self-hostable internet OS that provides a web desktop, cloud storage, and an app platform for files, web apps, and remote-work style workflows.


CasaOS
Personal cloud dashboard and app store for Docker-based home servers
Open-source personal cloud system with a web dashboard, app store, and file management to run and manage Docker apps on home servers and SBCs.

Dockge
Web UI for managing Docker Compose stacks
Dockge is a self-hosted, stack-oriented manager for Docker Compose files, providing a responsive web UI to edit, deploy, update, and monitor compose.yaml stacks.

CapRover
Open-source PaaS that automates Docker app deployment and web serving
CapRover is an open-source platform to deploy, manage and scale apps using Docker and nginx with a web UI and CLI, automatic SSL, one-click databases and clustering suppo...


umbrelOS
Home server OS for self-hosting apps with a built-in app store
umbrelOS is a home server operating system that lets you self-host popular apps via a built-in app store, with one-click installs on Raspberry Pi, x86, or Umbrel Home.

Go
Ubuntu
Docker
Linux
Bash