Bradley Kirton's Blog

Published on Jan. 26, 2024

Go home

Notes on Dokku

Dokku is an extensible, open source Platform as a Service that runs on a single server of your choice. It lets you run your own heruko like platform. This means that deployments become as simple as git push <your dokku remote> <your branch>.

Dokku makes building and deploying your application simple.

Some resources I used when digging into it.

I put together this set of ansible playbooks to get dokku up and running on a VM.

The playbooks include:

The dokku playbook doe the following: