5 ms·
Hi Ruby Devs I've once shared an article with y'all here about setting up a local Ruby development environment, but folks were asking - what about setting up R
by lirantal 4y ago
Hi Ruby Devs
I've once shared an article with y'all here about setting up a local Ruby development environment, but folks were asking - what about setting up Ruby inside a container?
Well then, Mikhail Tereschenko heard you :-)
Check out his article on how to setup an entire Ruby on Rails development (and production!) local development environment with Ruby Docker containers and Docker Compose
The environment sets up:
An nginx HTTP server
A Ruby application server
A PostgreSQL database server
All complete with source code and GitHub repository for code references