Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtrias/rails-project-container
docker-compose configuration for a new rails app
https://github.com/gtrias/rails-project-container
Last synced: about 1 month ago
JSON representation
docker-compose configuration for a new rails app
- Host: GitHub
- URL: https://github.com/gtrias/rails-project-container
- Owner: gtrias
- Created: 2015-04-28T20:21:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T10:28:48.000Z (about 9 years ago)
- Last Synced: 2023-08-02T02:22:56.533Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Generate Rails skeleton app
```
$ docker-compose run web rails new . --force --database=postgresql --skip-bundle
```