https://github.com/jasonpilz/docker-rails
Containerized rails app
https://github.com/jasonpilz/docker-rails
docker docker-compose postgres rails
Last synced: 3 months ago
JSON representation
Containerized rails app
- Host: GitHub
- URL: https://github.com/jasonpilz/docker-rails
- Owner: jasonpilz
- Created: 2020-01-15T03:07:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:49:16.000Z (over 3 years ago)
- Last Synced: 2025-07-27T03:53:22.953Z (11 months ago)
- Topics: docker, docker-compose, postgres, rails
- Language: Ruby
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Rails
> Bootstrapped Rails application running in docker
## Versions
* Ruby 2.6.3
* Rails 6.0.2
* Postgresql 9.6
## Usage
Run`bin/start` from the root directory. This will cause the following actions:
1. Bring up the postgres database.
2. Build the application docker image.
3. Create the default databases for development and test.
4. Launch the rails app/server.
Visiting `localhost:3000` should give you the default Rails landing page
## Prerequisites
* [Docker](https://www.docker.com/) running locally.