dokku Questions
1
I am trying to deploy a Scala based application to dokku, the application runs a http server and a customised sshd server.
The problem I have is it seems that dokku only supports one port for the ...
1
Solved
As a personal project I've deployed the Dokku Image on Digital Ocean and got everything working well. In fact it works very well as I've done it before, but I have a question on how I can change wh...
Karlotta asked 13/10, 2015 at 6:8
1
Excuse my dev ops naiveté but I assume all you need to deploy to a machine is a proper SSH key, a port to expose, the machine's IP address a login and the code to deploy.
So are there any simple ...
Neoptolemus asked 23/9, 2015 at 22:22
2
Solved
I am trying to access logs of my Node.js application which is written in file mylogfile.log inside application's directory.
Using find / -type f -name mylogfile.log i was able to see this output:
...
1
Solved
How do I point a dokku app that will set up in the dokku server, to point at the root domain of the server itself. Suppose my domain is apps.com and the app to be implemented is called botapp. If I...
1
Solved
This is my first site I've were I've tried to use Dokku to deploy a rails app on Digital Ocean.
This is a default Dokku install on a basic Ubuntu VM hosted on Digital Ocean
When I try to run:
do...
Sensitive asked 22/7, 2015 at 19:36
1
We have a node.js web server that makes some outgoing http requests to an external API. It's running in docker using dokku.
After some time of load (30req/s) these outgoing requests aren't getting ...
5
Solved
A Rails app I deployed on DigitalOcean using Dokku crashed and started returning 500 errors.
How can I restart it without pushing an empty commit?
Pax asked 21/1, 2014 at 0:56
2
Solved
I have a Ruby on Rails app in a Docker container on Ubuntu 14.04. I set up my deployments using Dokku but I'm unsure how to get my cron jobs working correctly.
Currently I'm using the whenever gem...
Latvia asked 4/11, 2014 at 16:3
2
I'm deploying a node app (with express js) with dokku. My app consists of 2 express js apps that listen to two different ports. One being the main app and the other is web inteface for kue - A simp...
1
Solved
I get this error when deploying Play! app on dokku:
Total 27 (delta 0), reused 0 (delta 0)
-----> Building test ...
Play 2.x - Java app detected
-----> Installing OpenJDK 1.6...done
-----> Buil...
Screwworm asked 7/2, 2014 at 11:56
1
I finished a Dokku deployment on a Digitalocean server. My application seems to work, except for my static files.
Here are the relevant parts of my settings.py file:
PROJECT_DIR = Path(__file__)....
Diandre asked 28/1, 2014 at 20:15
© 2022 - 2024 — McMap. All rights reserved.