This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# rails app:template LOCATION='https://gist.github.com/davidtolsma/3af8f8961abe3a635e41776fe2f3af54/raw' | |
# This sets up docker for rails with nginx, postgres, redis, sidekiq, and action_cable | |
# rails 6.1 | |
# ruby 2.7.2 | |
# required gems: pg, redis, sidekiq | |
# requires config/sidekiq.yml config/initializers/sidekiq.rb cable/config.ru | |
create_file 'docker/nginx/Dockerfile' do <<~YAML |