Skip to content

joaoscotto/docker-ruby-puma-nginx-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

315eaba · Apr 13, 2021

History

10 Commits
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Apr 13, 2021
Apr 13, 2021
Feb 18, 2021
Feb 19, 2021
Feb 18, 2021
Apr 13, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021
Feb 18, 2021

Repository files navigation

About

image

This is an example of how to set up a project with:

  • Ruby 3
  • Rails 6
  • Postgres
  • Puma
  • Nginx
  • Docker
  • Docker compose

Getting started

To start up the application in your local Docker environment:

1 - Clone the repository

git clone https://github.com/joaoscotto/docker-ruby-puma-nginx-postgres.git
cd docker-ruby-puma-nginx-postgres

2 - Build and start Docker

make build

3 - See the Makefile for more commands:

make docker
make clean
make start
make bash
make logs