https://github.com/mdxprograms/rails-docker
Rails setup with docker using ruby 2.4.0, rails 5.*, and postgres
https://github.com/mdxprograms/rails-docker
Last synced: 6 months ago
JSON representation
Rails setup with docker using ruby 2.4.0, rails 5.*, and postgres
- Host: GitHub
- URL: https://github.com/mdxprograms/rails-docker
- Owner: mdxprograms
- Created: 2017-08-09T18:22:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T20:28:35.000Z (over 8 years ago)
- Last Synced: 2025-01-04T06:41:46.680Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Docker Starter
This uses `ruby: 2.4.0`, `rails: 5.*`, and `postgres`
To get started run:
`docker-compose build`
`docker-compose up`
Then open another terminal and run:
`docker-compose run web rails db:create` or any other command needed after