Skip to content

Commit

Permalink
Add redis to procfile
Browse files Browse the repository at this point in the history
This is useful for general running i.e. not debugging
specific errors.  foreman seems to truncate logs from the
web server and does not play nicely with pry.  But, for
general day-to-day running this can be useful
  • Loading branch information
colinbruce committed Mar 5, 2020
1 parent a7c998c commit 2a4032d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq
redis: redis-server

0 comments on commit 2a4032d

Please sign in to comment.