https://github.com/iirving/experimental-rails-on-docker
https://github.com/iirving/experimental-rails-on-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iirving/experimental-rails-on-docker
- Owner: iirving
- Created: 2021-04-15T17:24:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T17:33:21.000Z (about 4 years ago)
- Last Synced: 2025-01-11T05:19:01.084Z (5 months ago)
- Language: Ruby
- Size: 169 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample project demonstrating how to integrate Sidekiq and Redis into an existing Rails project, as described in [How To Add Sidekiq and Redis to a Ruby on Rails Application](https://www.digitalocean.com/community/tutorials/how-to-add-sidekiq-and-redis-to-a-ruby-on-rails-application)
## Once setup, Run >
docker-compose up -d
## in browser >
http://localhost:3000/
## after done to clean up >
docker-compose down