Merge branch 'dockerization'
This commit is contained in:
commit
c388b4e410
9 changed files with 186 additions and 2 deletions
2
config/initializers/resque.rb
Normal file
2
config/initializers/resque.rb
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Initializer to configure resque daemon
|
||||
Resque.redis = ENV.fetch("REDIS_URL", "redis://localhost:6379")
|
||||
Loading…
Add table
Add a link
Reference in a new issue