Blog posts about #dokku

Nginx dokku
dokku

Rate limiting with Dokku

Dokku uses NGINX by default, which supports rate limiting out-of-the box. This is how to customize the default nginx.conf.

dokku linux
linux dokku

Running multiple services on Dokku

Dokku makes it very easy to deploy and run simpler web apps.

Recently, I had to deploy a slightly more complex web app with multiple non-web worker services talking to each other. It’s surprisingly simple to get make this work.