Skip to content

Tutorials

Deploying to a Dokku-managed k3s cluster

Dokku natively supports both single and multi-server deployments. This tutorial shows how to manage both with k3s under the hood.

Continue reading

Using Websockets with Nginx

Running a sidecar process to serve websocket requests can be done by following this tutorial.

Continue reading

Deploying an image without a registry

Deploying an image does not always require a remote registry, as shown in this short tutorial.

Continue reading

Creating a Datastore plugin

Ever wanted to write a datastore plugin? This tutorial shows how we create official datastore plugins.

Continue reading

Automating Dokku Application Setup with Ansible

This tutorial goes through the process of provisioning an app via ansible.

Continue reading

Run on an External Volume

In order to leverage cloud-provider facilities like attachable volumes, (a.k.a. block storage) the following is an easy tutorial to achieve Dokku runs on them.

Continue reading

Deploying Gogs to Dokku

Hot off the release of Dokku 0.6.3, here is a sweet tutorial made possible by the new port handling feature of Dokku.

Continue reading