Deploying a rails app with Docker compose
In this article I will assume we have a ruby on rails application that is using a database to store some data, and capistrano for deployment and you want to deploy in on your server but instead of deploying directly on your server you want to dockerize the whole project to give it a separate environment and keep it away from your other applications.
http://www.blazeboy.me/deploy-rails-application-with-docker-compose-and-capistrano.html
Post a comment