foodsoft/Procfile

5 lines
209 B
Plaintext
Raw Normal View History

web: bundle exec rails server thin --binding=0.0.0.0 --port=$PORT
2017-10-01 13:57:36 +02:00
worker: QUEUE=foodsoft_notifier bundle exec rake resque:work
mail: bundle exec rake foodsoft:reply_email_smtp_server
cron: supercronic crontab