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
docker-compose up
No DB exists
docker-compose exec app bundle exec rake db:setup db:migrate
Browse to localhost (port:80)
- Persistent db volume exists
- No verbose authentication system is installed yet. (Devise, Warden)