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

Securing api subdomain with single certificate

I have secured my www.domain.com, but I also want to secure the api.domain.com subdomain How is this possible with a single letsencrypt domain? Im running Dokku DigitalOcean
Tarlen
  • 3,657
  • 8
  • 30
  • 54
0
votes
1 answer

Dokku error /var/lib/dokku/plugins/available/pg-plugin/plugin.toml: no such file or directory

So here what I did and the following output: root@ubuntu-512mb-sfo1-01:/var/lib/dokku/plugins# dokku postgres:link DATABASE ubuntu-512mb-sfo1-01 2016/02/18 05:24:38 open /var/lib/dokku/plugins/available/pg-plugin/plugin.toml: no such file or…
user2950593
  • 9,233
  • 15
  • 67
  • 131
0
votes
1 answer

zurb foundation 6 on rails 4 works locally but not on dokku

I have a rails app with foundation 6 gem that renders well locally, but as soon that I push to a dokku server, the layout is not rendered. On the chrome devlopper console I find the following error: Uncaught ReferenceError: $ is not defined My…
0
votes
1 answer

Dokku refusing deployment on second app

I have made two dokku apps in Ubuntu virtual machine on Azure using dokku apps:create appname $dokku apps =====> My Apps api frontend I can successfully deploy to the first one, but not to the other: git push dokku@myserver.com:api suceeds, but git…
zidik
  • 136
  • 12
0
votes
1 answer

Building meteor on dokku

There is a dropplet(vps) on digitalocean, the dropplet is built using dokku template. Following a bunch of instruction, I was able to set everything up. At least I think so. The problem appears during the build after git push. The log is here: $…
dmigo
  • 2,849
  • 4
  • 41
  • 62
0
votes
2 answers

dokku nginx config for meteor

I'm creating a deploy guide for meteor with dokku, because no one over there worked for me. It's all working, but I have websocket connection error: WebSocket connection to 'ws://pedidos3.postooliveira.com.br/sockjs/676/4r9udao6/websocket' failed:…
0
votes
1 answer

Play framework with scala image upload server error

When I upload images localhost there is no problem on uploading. But when deployed on server (dokku on digitalocean) server returns error 500 with NoSuchFile exception. What is my mistake? def upload = Action(parse.multipartFormData) { request => …
0
votes
1 answer

Unable to fetch webspage with Dokku on digitalocean

I'm currently having trouble with hosting with dokku on digitalocean. Everything uploads just fine, all "pre-flight checks" pass and dokku even says that my application was deployed successfully. However when I go to the domain i used for the app…
0
votes
1 answer

HTTP 500 Laravel 5 app using dokku on digital ocean

So i followed the tutorial about deploying a larval 5 application using dokku and it worked but i have a HTTP ERROR 500 can't see any logs using dukku logs so i used dokku run app /bin/bash started another local server in the app directory and…
SocoM
  • 332
  • 4
  • 19
0
votes
1 answer

Got error (pre-receive hook declined) with dokku

I got a error when pushing to my VPS with Ubuntu and Dokku $ git push dokku master Counting objects: 1104, done. Delta compression using up to 4 threads. Compressing objects: 100% (1057/1057), done. Writing objects: 100% (1104/1104), 2.38 MiB |…
g_arc
  • 9
  • 4
0
votes
1 answer

Merging dokku's version-controlled directories with docker's volumes

Is it possible, within a push to Dokku, to copy files (overwriting if duplicate) from what is pushed into a volume? Currently I have a Dokku app set up where directory /a has certain files in it that are version controlled, but I also have a volume…
Ian Hunter
  • 9,466
  • 12
  • 61
  • 77
0
votes
2 answers

Dokku deployed Rails site does not rewrite SCSS images

I'm using Dokku to deploy a RoR site, using the Herokuish Ruby buildpack. There are no errors when I deploy: (though the time does seem quite short) -----> Preparing app for Rails asset pipeline Running: rake assets:precompile Asset…
Joe Czucha
  • 4,123
  • 2
  • 20
  • 28
0
votes
1 answer

Deploying Flask app using Dokku

I have a Flask app deployed using dokku and now I want to modify the code and redeploy it. All the documents I found online says that I need to add git remote using below command git remote add dokku dokku@mydomain.com:test git push dokku master Do…
tempuser
  • 1,517
  • 3
  • 11
  • 15
0
votes
1 answer

Host volumes / environment variables not available during container build stage

I have the following set up Build options: --link dokku.postgres.xsacdb-database:dokku-postgres-xsacdb-database -v /storage/xsacdb/conf:/app/conf -v /storage/xsacdb/media:/app/media Deploy options: --link…
wjdp
  • 1,468
  • 19
  • 36
0
votes
1 answer

dokku preserve files generated during application runtime

I'm using dooku to deploy node.js app on DigitalOcean, everything is fine, yet recently I have added some dynamic files in to system i.e user on registration can upload image file and got some stylesheets generated personally for him. everything is…
Max Yari
  • 3,617
  • 5
  • 32
  • 56