https://github.com/vczb/rails-on-docker
https://github.com/vczb/rails-on-docker
docker ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vczb/rails-on-docker
- Owner: vczb
- Created: 2020-07-05T19:36:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:44:37.000Z (over 3 years ago)
- Last Synced: 2026-03-19T07:49:13.946Z (3 months ago)
- Topics: docker, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Rails & Postgres on Docker Container
##### execute commands:
`docker-compose up --build`
`docker-compose run web rake db:create`
##### access in your browser:
`http://localhost:3000/`