-
Hey!
I'm trying to use the dokku mongodb plugin which seems usefull, everything seems to work but I can't create a new app db.
When I'm doing this :
root@matchu01:/home/dokku# dokku mongodb:create [ap…
-
I saw that this dockerfile repo was used by the dokku-pg-plugin. I use postgres 9.3.4 while doing development work, which has support for json types. I noticed that the dokku-pg plugin installs 9.1.13…
-
Hi,
I noticed running `dokku secure-apps:help` doesn't work, and actually there seems to be two issues:
- the plugin itself is named `secure-apps`, but the commands are `secure:*`
- the `secure…
-
# High Level Plan
- [ ] Rewrite docker-options to be in golang. We'll still need the same bash functions, and can model this interaction after how the config plugin works (it executes the scripts d…
-
So I've got this plugin running on a DigitalOcean. I Power Cycled the instance on accident. Now my app won't start at all. Here's the output on pushing to the DO instance.
```
Counting objects: 4, do…
-
I'm deploying a NodeJS app (Ghost) on dokku, and want to use the MariaDB plugin to provide persistent storage for it.
The plugin installs fine, and creates the right `docker` instance, which I can co…
-
After running the `dokku discourse:create app-name` command and filling in all of the prompted env vars, the new dokku app is created but none of the ENV vars that I provided values for are set in the…
-
So this is the summary of our Devops needs:
The idea is to move from Heroku to something similar on AWS that support CI - The solution is Dokku - it uses heroku buildpacks so it will feel like home…
-
For some reason dokku seems to have forgotten my Host and Port information.
When I execute
```
dokku postgresql:info
```
I get:
```
docker: "inspect" requires a minimum of 1 argument.
See 'docker…
-
## Description of problem
As a dokku admin, if I want to export a backup of an entire application and all of the dependencies, I need to know how that application works, whether or not the plugins …