Questions tagged [dokku-alt]

dokku-alt is docker powered mini-Heroku. The smallest PaaS (Platform as a service) implementation you've ever seen. It's fork of original dokku

dokku-alt is docker powered mini-Heroku. The smallest PaaS (Platform as a service) implementation you've ever seen. It's fork of original dokku

12 questions
2
votes
0 answers

Stop only one docker container via dokku

I have dokku v0.11.3 and I use DOKKU_SCALE to scale my containers. I want to stop only one docker container. How can I do this? I thought that it's possible via dokku ps:scale app_name proc_name=0 but it doesn't work in my situation. Dokku always…
Greg Eremeev
  • 1,760
  • 5
  • 23
  • 33
2
votes
0 answers

Issues with Dokku and browserify-rails

I'm running a Rails app that uses browserify-rails. This requires Node, but I get the following on deploy: BrowserifyRails::BrowserifyError: Unable to run node_modules/.bin/browserify. Ensure you have installed it with npm. My guess is that…
Rick
  • 8,366
  • 8
  • 47
  • 76
1
vote
1 answer

Both npm and yarn have created lockfiles

I'm trying a first deploy for a dokku application. I'm getting Both npm and yarn have created lockfiles for this application, but only one can be used to install dependencies. Installing dependencies using the wrong package manager can…
Marc
  • 6,773
  • 10
  • 44
  • 68
1
vote
1 answer

Run a shell script on dokku app deployment

I've been looking for a way to run a one time script that loads data into our database. Currently we're using dokku-alt for our development environment and we have a python script that runs to update our schema, data and functions we need available…
Andy
  • 41
  • 4
0
votes
1 answer

Serve files from public folder in ruby on rails app

I have been handed a Ruby Project that creates a document and serves it to the user, when I try to access the file on a local environment it it is delivered correctly, (this is the code that does so). filepath =…
0
votes
1 answer

dokku: Does ssh work only if public key is stored in id_rsa.pub?

My environment: Ubuntu server v. 18.04. with Dokku v. 0.20.3. Server IP is 192.168.x.y The Problem: From a local system I run command git push dokku master Now I am asked for a password: dokku@192.168.x.y's password: The Question: I added a new…
mtleis
  • 712
  • 1
  • 9
  • 28
0
votes
1 answer

How do i configure SSL with Dokku on an amazon EC2 instance?

These are the steps that I've taken and either I've missed a step or I'm just going in the wrong direction. First: dokku certs:generate app_name domain name This helped me create a self-signed ssl certificate so now I'm in possession of a…
theBrezilien
  • 206
  • 1
  • 6
0
votes
1 answer

Mongoose not connecting on Ubuntu Ubuntu 14.04

I've got a node app built on Hapi using MongoDB and mongoose. Locally, I can use the app without issue. I can connect to the db, add data, find it, etc. I've created an Ubuntu 14.04 x64 droplet on Digital Ocean. I can ssh into my droplet and verify…
gjunkie
  • 798
  • 1
  • 14
  • 28
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
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

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