Dokku

  • Docker image as a dokku app: a tutorial

    Docker image as a dokku app: a tutorial

    Dokku is a wonderful Self-hosted PaaS service. It makes it trivial to run and manage custom applications on a cheap VPS machine hosted on providers like Digital Ocean, Hetzner and more. However, I could not find a tutorial for a simple use case: if we have an already existing docker image (e.g. on Docker hub),… Continue reading

  • How to install WordPress with dokku

    How to install WordPress with dokku

    A tutorial on how to install WordPress with Dokku on a server. Learn how to configure HTTPS, backups and databases for WordPress. I’ve tried installing WordPress with dokku, but ended running into problems in all guides I followed, from lack of permissions, mixed content warnings on Chrome, admin not accessible, themes not being installed, etc.… Continue reading