Skip to content

GuillaumeOcculy/rails_on_docker

Repository files navigation

Stack

Ruby 2.7

Rails 6.0.2

Postgresql 12.1

Description

This application shows how to configure Rails 6 with PostgreSQL & Webpack on Docker.

I created the rails application with rails new rails_on_docker -d=postgresql

Requirements

Install Docker on your local machine.

$ git clone [email protected]:GuillaumeOcculy/rails_on_docker.git
$ cd rails_on_docker

To run the server

$ docker-compose up

Starting rails_on_docker_db_1 ... done
Starting rails_on_docker_web_1 ... done
Attaching to rails_on_docker_db_1, rails_on_docker_web_1
...

Check on your browser http:https://localhost:3000/. Enjoy !