# I created a dokku plugin for managing discourse apps

**URL:** https://meta.discourse.org/t/i-created-a-dokku-plugin-for-managing-discourse-apps/169713
**Category:** Development
**Created:** [November 10, 2020, 9:42am UTC](https://meta.discourse.org/t/i-created-a-dokku-plugin-for-managing-discourse-apps/169713 "2020-11-10T09:42:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![badsyntax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/badsyntax/32/199702_2.png) [@badsyntax](https://meta.discourse.org/u/badsyntax)
#### Post date: [November 10, 2020, 9:42am UTC](https://meta.discourse.org/t/i-created-a-dokku-plugin-for-managing-discourse-apps/169713/1 "2020-11-10T09:42:08Z")

</div>

Hello!

I’m using dokku and wanted to install discourse into a dokku managed container. I found [this gist](https://gist.github.com/julienma/a101a72fdd97932bf28909633f45c7be) describing the process, but discovered a few issues with the approach (mainly around the many manual steps, the user permissions and lack of support for multiple instances.)

So I created a dokku plugin to solve these issues: [GitHub - badsyntax/dokku-discourse: Dokku plugin to manage discourse on your dokku server · GitHub](https://github.com/badsyntax/dokku-discourse).

This plugin allows you to manage multiple discourse instances on your dokku server. Hope you find it useful.
