foodsoft/Procfile
2019-10-28 17:58:14 +00:00

4 lines
209 B
Text

web: bundle exec rails server thin --binding=0.0.0.0 --port=$PORT
worker: QUEUE=foodsoft_notifier bundle exec rake resque:work
mail: bundle exec rake foodsoft:reply_email_smtp_server
cron: supercronic crontab