foodsoft/Procfile

5 lines
188 B
Plaintext
Raw Normal View History

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