DEV Community

Discussion on: More than "Hello World" in Docker: Build Rails + Sidekiq web apps in Docker

Collapse
 
dangolant profile image
Daniel Golant

Hey man, this is great! I have been struggling to even get a task executing and this was exactly what I neded. Just one question: what is in docker_puma.rb? I have a puma.rb and I think it should be sufficient, trying to understand what we would want in a docker_puma.rb

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

Hi Daniel, yup there shouldn't be any difference. I just copied docker_puma.rb from puma.rb. It just lets me specify a different configuration for (a) when puma is running in my local, (b) and for when puma is running on ECS. But there shouldn't be any problem if you decide to just puma.rbfor both (for now).