dokku Questions
2
I keep getting the "413 Request Entity Too Large" error when uploading files that are larger than 1M. I followed the following instructions from here but it didn't work.
mkdir /home/dokku/myapp/ng...
1
I have been working on a Django (Python) project using Dokku (thus Heroku) for deployments. Up until today, all deployments worked just fine, but since this morning, I get this error message:
Reque...
2
Solved
I'm having a hard time finding a way to access Postgres database inside Dokku's contaner (based on docker) from outside of the machine using pgAdmin. Is there a way to do that? Do I need to use a d...
Beaty asked 18/1, 2016 at 9:33
1
I really like Heroku's app monitoring. But I don't have it in my Dokku PaaS. I want to see my apps and plugins CPU, RAM, disk load, network IO, ...
Is there a way that I can easily collect and vis...
Liberia asked 18/2, 2020 at 9:43
2
Solved
I have been running a website using ASP.NET 5.0 beta 7 in a Docker container, using the official Docker image - https://github.com/aspnet/aspnet-docker - which was working fine.
I recently updated...
Marjoram asked 1/11, 2015 at 13:42
4
Solved
6
Solved
I am running a Dokku app in production and need to know what version of the app is running on the server.
Is this possible with Dokku?
Booklover asked 22/4, 2015 at 15:0
3
Solved
So I've just pushed my app to Dokku (Digital Ocean) - and get the following error returned from an ajax post:
POST http://example.com/foo 413 (Request Entity Too Large)
A quick google shows this ...
Saloop asked 20/8, 2015 at 20:17
2
1) I know and have deployed many apps to dokku.
2) I know the whole git push to a subdomain process of dokku.
3) I also run images from docker by themselves and they run great.
4) I really cant ...
6
I have created a droplet on digital ocean with an image of ubuntu and dokku. I have followed this tutorial to deploy my app, I have also done the configuration to add my ssh key to dokku. Now when ...
Korenblat asked 24/4, 2014 at 18:40
1
Solved
So my question is I have an errant rails app deployed using Dokku with the default Digital Ocean setup. This rails app has eaten all of the disk space as I did not set up anything to clean out the ...
Excite asked 27/11, 2018 at 21:10
5
I installed Dokku on my Digital Ocean droplet, but did it before setting my dns records, so Dokku was installed on IP. Now I changed my dns record, so site can be accessed through site.com. I can a...
1
I'm using sidekiq plugin:
https://github.com/bigboxsoftware/dokku-sidekiq to enable sidekiq on the server. And the problem is the worker cannot access file in any of app folders.
As the plugin RE...
Bargainbasement asked 17/6, 2015 at 8:28
1
Solved
I'm trying to run matomo in a dokku instance with https://github.com/rclement/dokku-matomo
This dokku setup is using a docker image: https://github.com/crazy-max/docker-matomo
The above dokku set...
Marisolmarissa asked 9/4, 2020 at 9:59
4
Solved
So I just started using dokku (with postegres). My app works on Heroku so I'm pretty sure it's a deployment issue. The app seems to be running but is however hitting issues at log in. I did dokku l...
Scruggs asked 22/5, 2014 at 19:26
1
I have Dokku installed on a server, with multiple sites/domains deployed to it. When one of my sites goes down, all HTTP requests to it get redirected (for some reason) to another site. This is con...
Conceptualism asked 24/2, 2020 at 7:52
3
Solved
I'm trying to run dokku on DigitalOcean with a sample rails app, but when I deploy, I get this error:
Puma starting in single mode...
* Version 3.12.1 (ruby 2.6.3-p62), codename: Llamas in Pajam...
Sara asked 3/9, 2019 at 2:8
1
Solved
I deployed an app to my Digital Ocean Dokku instance, and set it up with a domain such that https://example.com (using letsencrypt dokku plugin) points to my originalApp. I recently tried to deploy...
Neuro asked 2/4, 2019 at 22:38
2
Solved
I use dokku with digital ocean for a while now without any problem
I have a problem now when deploying to dokku leveraging the following command:
git remote add dokku dokku@some-ip:myapp
git push...
2
I'm trying to set Some variables on Dokku for deployment. As far as i can see from the dev files, one should create a .env file in the directory and put the variables in there. But this is not upda...
Serpasil asked 30/11, 2017 at 13:41
1
I installed dokku on a pure Ubuntu server 16.04 LTS
My server's domain name is e.g. abc.def.com
I created a new app, e.g. blog
dokku apps:create blog
How can I get correct URL to set git remote
...
Marquis asked 28/9, 2016 at 13:53
2
Solved
I'm trying to deploy my rails app with Dokku. I added git remote to my repository and it starts deploying when I push remote, but it stops with this message:
Killed. Failed to install gems via Bun...
Luhe asked 11/4, 2016 at 18:12
2
I host my webapplication is a docker container using Dokku.
Sometimes (maybe every 1-2 days) the docker container just disappears (doesnt show when docker ps) and as a result, my server goes down....
1
I need to increase the client_max_body_size setting for a single app I have installed on a Dokku Paas. I could edit the nginx configuration globally, but that would be brittle, and I would like thi...
1
Solved
I'm trying to deploy my application which is located on my local git repo to my dokku instance on digitalocean.
Zone file
$ORIGIN mydomain.com.
$TTL 1800
...
mydomain.com. 1800 IN A 11.22.33.44
w...
Unskilled asked 27/3, 2016 at 0:48
1 Next >
© 2022 - 2024 — McMap. All rights reserved.