An open API service indexing awesome lists of open source software.

https://github.com/iirving/experimental-rails-on-docker


https://github.com/iirving/experimental-rails-on-docker

Last synced: 3 months ago
JSON representation

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