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

439 questions
-1
votes
1 answer

Can't access to my app Dokku without www?

I deployed my app with Ruby on Rails 5.2, dokku 0.12.13, and Lets Encrypt. I can't access my app via https://trendmedia.xyz/, only https://www.trendmedia.xyz/ works. root@media-ams:~# dokku domains trendmedia.xyz ! Deprecated: Please use…
Anton Ipatov
  • 169
  • 1
  • 11
-1
votes
2 answers

How to configure a virtual folder in Rails app?

This question is in reference to the solution posted in the following the link: Paperclip, set path outside of rails root folder The answer provided mentions creating a virtual folder, but there's no explanation on how to do it. I have a Rails app…
-1
votes
1 answer

Using VHost naming for staging, api subdomains

I want to have my main app accessable at mydomain.com From here I also want api.mydomain.com and staging.mydomain.com I use DigitalOcean and Dokku, along with letsencrypt SSL I have now sat up my main app at production.mydomain.com, can i redirect…
Tarlen
  • 3,327
  • 6
  • 25
  • 50
-2
votes
2 answers

Can I run a Node app in the official Node docker image, or do I need to create my own registry containing the node-based app?

I've been looking into Docker for an easy way to scale an app. It's an React and Node app with ArangoDB database. I figured the best way to launch Arango was in a Docker and perhaps put the app and back-end in their own Docker images. However,…
Noah
  • 3,607
  • 7
  • 33
  • 50
1 2 3
29
30