Questions tagged [dokku]

Docker powered mini-Heroku in around 100 lines of Bash

Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. More information and sources on https://github.com/progrium/dokku

439 questions
0
votes
1 answer

dokku/dokker can not access to local host

I am using Dokku (and not an expert in Docker). Everything works fine, except that I can not access to one of my web service from the docker container: a time out is generated. The exact same code works fine from a different machine, accessing…
tomsoft
  • 4,100
  • 5
  • 25
  • 32
0
votes
1 answer

How to install only single dokku plugin?

I am trying to add a dokku plugin, but when I run plugins-install it tries to somehow re-install ngingx plugin which fails and it doesn't seem like I can install a single plugin. I've read about pluginhook, but I don't seem to be able to find a way…
hakunin
  • 3,605
  • 4
  • 35
  • 55
0
votes
1 answer

Add Seeds file after Dokku build

I am using dokku-alot to deploy my Rails 4 app to my staging server and everything is working just swell. One requirement I have with my current project is in regards to seed file data. I've had to keep my seeds.rb file out of version control…
Anthony
  • 14,060
  • 3
  • 32
  • 61
0
votes
2 answers

How to use other buildpacks with dokku-alt

I installed dokku-alt from the github repo, with the instructions provided, at a digital ocean droplet. I was able to run a node app and a python app, BUT I'm interested using Shiny Buildpack with dokku-alt to deploy Shiny Apps. I already read the…
Flavio Barros
  • 934
  • 1
  • 11
  • 27
0
votes
1 answer

Digital Ocean and Dokku plus Play had to use 2gb RAM Machine

So i recently installed a play application using Dokku on Digital Ocean following the tutorial provided. The only issue was i kept getting an error when pushing to the server saying i didnt have enough memory to compile the app. I ended up having to…
0
votes
2 answers

Is Jenkins and Dokku more or less the same?

I have seen Jenkins being used as CI for Docker containers. Is Dokku also a CI platform like Jenkins? If, what is the difference when I want to do CI with Docker containers for a PHP application?
Jasmine Lognnes
  • 5,229
  • 7
  • 33
  • 48
0
votes
2 answers

dokku-alt postgres superuser

I am trying to use dokku-alt (https://github.com/dokku-alt/dokku-alt) to provision a VPS for a Rails App (Ruby 2.1.3, Rails 4.1.2), but my app uses a Postgres extension (pg_trgm). Unfortunately dokku-alt doesn't currently support the admin_console…
David A
  • 567
  • 6
  • 16
0
votes
1 answer

How to set the root application directory?

I have created my first droplet, but I don't know how to set the root application directory? I tried to create a folder for my app name in /home/dokku/app_name Then, I did cd app_name and then git init Then I added a remote repo: git remote add…
simo
  • 20,548
  • 31
  • 101
  • 188
0
votes
1 answer

Using phpseclib with a custom shell wrapper

I am using PHPSeclib to access server with dokku-alt installed: http://dokku-alt.github.io/how-it-works.html By following a typical example, I manage to send commands to a custom shell on my account: $ssh=$this->connect(); echo…
romaninsh
  • 10,068
  • 4
  • 46
  • 70
0
votes
1 answer

Dokku: Prevent rogue domain from getting served by nginx

I have a simple Rails application running in a Dokku instance. I have my own domain pointing to it, but I also found there is a rogue domain pointing to my server. The rogue domain gets also served by my Dokku based application. Guestion: How can I…
Jeewes
  • 1,283
  • 2
  • 16
  • 18
0
votes
0 answers

How to automate database deployments?

I am using Dokku for simple git-based deployment for a Flask webapp on DigitalOcean. The postgres database schema is being updated as we develop, since our product relies heavily on pre-processed backend analysis, but there are no user-initiated…
szxk
  • 1,689
  • 16
  • 34
0
votes
1 answer

Docker - see where things are installed, with dokku

I'm using docker with dokku. Trying to debug issue with https://github.com/leafo/heroku-buildpack-lua/. Is it possible to see and check content of docker container? vagrant@dokku:~$ dokku logs dokku.me -t /app/.profile.d/config_vars: line 3:…
Kosmetika
  • 19,249
  • 37
  • 94
  • 154
0
votes
1 answer

Dokku .profile.d folder, scripts not executing

I cannot get bash scripts to run in the .profile.d folder. This seems like it should be very straight forward but I'm not having any luck. I have a .profile.d folder in the root of my application. In it I have one script which builds ffmpeg from…
Samuel
  • 2,169
  • 1
  • 21
  • 35
-1
votes
1 answer

How to debug: Unable to connect to database from inside a Docker container

I'm a relative noob w.r.t. many of the moving parts on the system that I'm working on, and so please pardon me for a lack of understanding in places. My question here is more about asking for debugging strategies rather than asking for a solution to…
ericmjl
  • 10,678
  • 8
  • 43
  • 70
-1
votes
1 answer

400 Bad Request error with asp .net core hosted with Dokku on DigitalOcean

I have problem with my asp .net core web api. I set up authorization with jwt. Everything works perfectly on localhost. When I upload to Dokku I am unable to send POST to server, I am getting 400. Here is my nginx config which is generated from…
1 2 3
29
30