Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/hello-docker-rails

A dockerized demo Rails 7 app with PostgreSQL
https://github.com/dennis-every/hello-docker-rails

Last synced: about 1 month ago
JSON representation

A dockerized demo Rails 7 app with PostgreSQL

Awesome Lists containing this project

README

        

# README

## Description
- A quick demo to create a Rails 7 app with PostgreSQL
- Dockerize this app by adding the Dockerfile and docker-compose.yml files
- Run docker-compose up

### Steps to recreate:
- `rails new hello-docker-rails --database=postgresql`
- `cd hello-docker-rails`
- `rails g scaffold Post title body:text`
- Add Dockerfile included in this repo
- Add docker-compose.yml included in this repo
- `docker-compose up`