-
Trying to connect my Django app (running within a container on my Dokku server) to an external mysql database on the same network as my Dokku server. The application was setup using the default buildp…
-
We are trying to run JetBrains Teamware, a set of Java apps that have their own webservers (Jetty, it seems), through a Caddy reverse proxy. We're having an issue, however, with the apps crashing unde…
-
Description of problem:
Following the and the application [deployment guide](http://dokku.viewdocs.io/dokku/deployment/application-deployment/) I get an error when pushing the ruby sample app to th…
Floby updated
7 years ago
-
I am having a weird issue. I have deployed my nodejs app, everything by default (except I added TSL certificate into tsl folder).
Code that launches the express serves in my application is:
```
v…
-
I restarted my server and now I can not access the application logs.
Apparently my application is working.
`
$ dokku logs app_name -t
`
`
error from daemon in stream: Error grabbing logs: EOF
…
-
After 15 or so minutes intercity stops loading server or apps pages and gives the error:
We're sorry, but something went wrong.
If you are the application owner check the logs for more informati…
-
> If you need help figuring out how to use a specific buildpack, or are having issues using multiple buildpacks, please see our [irc or slack channels](http://dokku.viewdocs.io/dokku/getting-started/w…
-
My `Procfile` looks like this:
```
web: node -r babel-register -r babel-polyfill src/web/index.js
mailer: node -r babel-register -r babel-polyfill src/mailer/index.js
```
When I push a new re…
-
Description of problem:
I just woke up today, fixed some things in PHP project and tried to deploy. Process was stopped because of (I deployed my last application yesterday -10 hours ago): (I recogni…
-
I made a bit of a mistake during setup. I followed the recipe, but the port on my app was set to 5000 in stead of 5555, so I ran into issues when I tried to apply 5555. Duplicate entries etc.
I rem…