Skip to content

Rails5 in Docker with Redis, PostgreSQL and Sidekiq for API development

Notifications You must be signed in to change notification settings

StephanSinn/dr5-api

Repository files navigation

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

First start

docker-compose up

No DB exists

docker-compose exec app bundle exec rake db:setup db:migrate

Browse to localhost (port:80)

Notes

  • Persistent db volume exists
  • No verbose authentication system is installed yet. (Devise, Warden)

About

Rails5 in Docker with Redis, PostgreSQL and Sidekiq for API development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •