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

Dokku zero downtime deploy CHECKS fails

Started to work with the Zero downtime deploy in Dokku and it fails to check the CHECKS file. CHECKS file content, /home/dokku/oktob/CHECKS WAIT=30 # Wait 1/2 minute TIMEOUT=60 # Timeout after a minute ATTEMPTS=10 # attempt checks 10…
Ahmad Ajmi
  • 7,007
  • 3
  • 32
  • 52
0
votes
1 answer

Can't authenticate by ssh like dokku user

I created droplet with Ubuntu Dokku v0.4.2 on 14.04 in digital ocean and try to push my node app on my VPS. My problem is: I can authenticate like root by ssh key BUT I can't do the same like dokku user and get demand of password when I use…
0
votes
1 answer

Migrating spree commerce from heroku to digital ocean with dokku

I was trying to move my spree commerce application from heroku to digital ocean. therefor I've decided to use dokku. Everything went well so far until I've tried to migrate the database. There seem to be a missing migration.. though I don't…
user2030592
  • 317
  • 2
  • 12
0
votes
1 answer

Custom Dokku/Heroku buildpack can't install gems(Permission denied)

When my custom buildpack runs it always fails to install gems manually(gem install foo) because it does not have access to the /var/lib/gems directory. Error being thrown: ERROR: While executing gem ... (Errno::EACCES) Permission denied -…
Noah Huppert
  • 4,028
  • 6
  • 36
  • 58
0
votes
2 answers

Dokku on Amazon EC2 Ubuntu machine

I am trying to install Dokku on Amazon EC2. I've installed Dokku on Amazon EC2 Ubuntu 12.04 LTS machine. Amazon provided me with a key pair used to connect to the machine via SSH as a key.pem file. I converted this key to a .PPM private key with…
rotemx
  • 944
  • 7
  • 17
0
votes
1 answer

Deploy app with dokku to default http port (80)

I have a problem having my application accessible through standard 8080 port on digital ocean. My DNS settings is: example.com is linked to some completely different IP api.example.com is linked to my digital ocean droplet IP. My dokku instance…
Matej Briškár
  • 599
  • 4
  • 17
0
votes
1 answer

How to connect to redis with dokku and flask?

I wanted to use redis with dokku and flask. First issue was installing current version of dokku, i am using latest version from repo now. Second problem is showing in Flask debugger: redis.exceptions.ConnectionError ConnectionError: Error 111…
Kacper Wikieł
  • 260
  • 2
  • 6
0
votes
1 answer

meanjs app does not load on a 1gig digitalocean droplet

So here's my setup: Digital Ocean 1gig droplet Ubuntu 14.04x64 Dokku 1-click installer MongoDB attached to Dokku via https://github.com/jeffutter/dokku-mongodb-plugin. Verified. I can connect to it via robomongo domain registered in DNS records in…
yretuta
  • 7,963
  • 17
  • 80
  • 151
0
votes
1 answer

Run Java command line from node.js dokku container

I have a dokku container running a node.js app, my backend needs to use java8 to run some command lines. I have the following error message from my server: [Error: Command failed: /bin/sh -c java /bin/sh: 1: java: not found ] How can…
user3091275
  • 1,013
  • 2
  • 11
  • 27
0
votes
1 answer

Digitalocean Dokku Deployment

I am trying to push my yo angular-fullstack MEAN app to Digitalocean with Dokku. I've followed the documentation on Digitalocean's site, but I get the following error when pushing: git push dokku master Counting objects: 965, done. Delta compression…
Louis Cruz
  • 1,703
  • 2
  • 15
  • 20
0
votes
1 answer

DigitalOcean, Docker, Dokku: Installing Firefox inside a container

I have an application which needs to use a headed browser periodically. I want to Host it using Dokku. How can I install this into my DO container? When I run: dokku run MY_APP apt-get install firefox I get: E: Failed to fetch…
Ross Kinsella
  • 105
  • 2
  • 8
0
votes
1 answer

Meteor.settings undefined in production

I am deploying to DigitalOcean using Dokku, but for some reason, my all references to Meteor.settings returned undefined Any idea as to why this is?
Tarlen
  • 3,657
  • 8
  • 30
  • 54
0
votes
1 answer

Cannot upload play application to dokku, gzip: stdin: unexpected end of file

Cannot deploy play application to dokku instance. The output of git push is as follow: Writing objects: 100% (500/500), 269.54 MiB | 114.00 KiB/s, done. Total 500 (delta 217), reused 484 (delta 209) -----> Cleaning up ... -----> Building…
Matej Briškár
  • 599
  • 4
  • 17
0
votes
1 answer

Deploying multiple nodeJS on Digitalocean with Dokku

I've tried to deploy two nodeJS apps on Digitalocean using a dokku droplet. I am using the "virtualhost naming" scheme but there is a problem. My DNS configuration looks like this: I have the main app and the admin app. I would expect to view the…
ppoliani
  • 4,792
  • 3
  • 34
  • 62
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,448
  • 5
  • 28
  • 35