Get the latest tech news
Deploying Rails on Docker: Kamal Alternative
Deploy Ruby on Rails with Docker but without Kamal. Automate the whole process with Deployless gem.
Recently, Basecamp, the creators of Ruby on Rails, released a solution for deploying it on bare metal servers. If you want to deploy your Rails application on a bare metal server but do not like how Kamal works, there is a good and more straightforward alternative: Dokku. The easiest way to configure the domain with the Dokku application is to define the A record in DNS settings pointing to the server IP address.
Or read this on Hacker News