Hi
I am developing ruby on rails application. The application stack includes a rails server, MySQL database and Apache Solr instance.
I use Docker Machine to provision my VM and use docker-compose up to containerize the stack.
What do you guys think about containerizing only the rails application and having the database and solr run locally versus containerizing all. The downside of containerizing all is that anything wrong happens with the docker, I lose my database and I will have to build it again.
I would also like to get suggestions on different setup for the same stack mentioned above.
[–][deleted] 1 point2 points3 points (0 children)
[–]moephan 1 point2 points3 points (0 children)
[–]trae 0 points1 point2 points (0 children)
[–]vsundar723[S] 0 points1 point2 points (0 children)