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

485 questions
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
  • 4,041
  • 6
  • 40
  • 57
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
  • 15,435
  • 4
  • 39
  • 69
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
  • 996
  • 1
  • 11
  • 29
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
  • 6,597
  • 9
  • 38
  • 58
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
  • 717
  • 1
  • 8
  • 18
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
  • 23,342
  • 38
  • 121
  • 218
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,606
  • 4
  • 50
  • 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,333
  • 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,769
  • 18
  • 35
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
  • 20,774
  • 37
  • 108
  • 172
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,331
  • 1
  • 22
  • 40
-1
votes
1 answer

Frontend no longer accessible after dependency updates

We have a rather standard web app, that consists of a Flask backend and a Vue.js frontend. In production, we use uWSGI to serve that application. We have uWSGI configured to serve frontend pages and access backend calls for their respective…
nigood
  • 37
  • 1
  • 9
-1
votes
1 answer

DOKKU: Amazon EC2, cannot push to Dokku branch

(This is a resource for anyone who needs it!) I spent hours trying to figure out an error that happens when using Dokku on an Amazon EC2, which is that you can't push to the remote Dokku repository: permission denied. I've tried to generate new SSH…
-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
  • 13,541
  • 12
  • 51
  • 80
1 2 3
32
33