codeforamerica/citygram

View on GitHub
Procfile

Summary

Maintainability
Test Coverage
web: bundle exec unicorn -c ./config/unicorn.rb
worker: bundle exec sidekiq -c 5 -r ./app.rb
redis: redis-server ./config/redis.conf