Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/franciscomsm/rails-pg-docker
- Owner: FranciscoMSM
- Created: 2019-07-05T10:55:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:39:35.000Z (almost 2 years ago)
- Last Synced: 2023-08-10T09:06:21.717Z (over 1 year ago)
- Language: Ruby
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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) |