-
# Are you using Buildpacks?
If you are using Buildpacks, first, we would like to Thank You! Our goal is to grow the community, improve Buildpacks and help each other.
### The purpose of this issue…
-
You might hear about [dokku](https://github.com/progrium/dokku) project which is so-called mini-heroku and uses its buildpacks for bootstrapping containers.
I'm using yours https://github.com/leafo/h…
-
Unable to get list application :
logs:
```
2023-08-08T07:46:53.068509775Z app[web.1]: {"level":"error","error":"failed to lookup app deploy-testing: no app found for deploy-testing","remote…
-
I'm running a dockerized instance of dokku 0.29.1 like explained here: https://dokku.com/docs/getting-started/install/docker/ with a couple of rails apps and linked postgres services.
I created a b…
-
In the Dokku context, a too-large upload becomes a non-communicative error page:
> The page you were looking for cannot be served.
>
> If you are the application owner check the logs for more in…
-
While I was trying to setup our dokku powered application with redis, I set up manually `REDIS_URL` config variable for our app (I was creating staging env, replicating setup from our production machi…
-
Hi! I saw your tweet about how you are using dokku via slack, and I think its awesome.
We provide the following package that should allow you to interface with dokku. You can start this process on th…
-
As a maintainer of dokku, I love the idea - simplifies a lot that others may have problems with - but I'd like to know why this isn't capable of being a PR to dokku. Would be useful to many people and…
-
I have a php application that requires several composer packages that are from the Cartalyst private repository and they fail to install with composer.
Is there a way to get/generate a public key fo…
-
When I set an environment variable with a space in the value on the server-side like this:
dokku config:set myapp KEY="value with whitespace"
Accessing the value in my rails application like this:
EN…