Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/franciscomsm/rails-pg-docker

Rails + PG docker quickstart
https://github.com/franciscomsm/rails-pg-docker

Last synced: about 1 month ago
JSON representation

Rails + PG docker quickstart

Awesome Lists containing this project

README

        

# Rails + Postgres quick docker cfg

## Usage: make COMMAND
| cmd | description |
|---|---|
| init | rebuild the project |
| start | start project |
| stop | stop project |
| delete | delete project |
| logs | trial project logs |
| rails | rails bin exposed from app container |
| exec | bash into app container |
| check | checksum dependencies files |
| db-create | rails create database |
| db-migrate | rails run migrations |
| console | open rails console |
| deps | install app dependecies (bundle install) |