platanus / potassium

A Rails application generator by Platanus, inspired by Suspenders
MIT License
232 stars 17 forks source link

Add dockerized redis configuration #328

Closed jgmontoya closed 3 years ago

jgmontoya commented 3 years ago

Sidekiq uses redis which should be dockerized.

We need to add the configuration to the docker-compose.yml file and set the env vars to use the docker assigned port (like it's done with the DB here).

This PR might help guide the needed changes.

LuisFros commented 3 years ago

You can use this repo where ive done that @jgmontoya https://github.com/LuisFros/rails-dockerizado