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
-1
votes
1 answer

400 Bad Request error with asp .net core hosted with Dokku on DigitalOcean

I have problem with my asp .net core web api. I set up authorization with jwt. Everything works perfectly on localhost. When I upload to Dokku I am unable to send POST to server, I am getting 400. Here is my nginx config which is generated from…
-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
  • 2
  • 14
-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,657
  • 8
  • 30
  • 54
-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
  • 4,601
  • 9
  • 39
  • 52
1 2 3
32
33