Open source Platform-as-a-Service with Git push deployment and support for multiple languages like Python, Node.js, Ruby, and more, ideal for smaller applications.
Dokku is an open source platform-as-a-service that allows developers to deploy and manage applications on a single server, similar to Heroku. It is implemented in Bash and uses Docker containers behind the scenes to quickly build and run applications.
Some key features of Dokku include:
Dokku runs on a single server and is good choice for smaller applications that don't require scaling across multiple machines. It is easy to install, has low resource requirements, and gives developers a Heroku-like, Git-focused deploy experience. The plugin system also allows extending functionality when needed.