Improve Docker setup (PR #497)
This commit is contained in:
parent
01950b48a1
commit
0363f2dadc
13 changed files with 236 additions and 108 deletions
4
Procfile
Normal file
4
Procfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
web: bundle exec rails server --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
|
||||
Loading…
Add table
Add a link
Reference in a new issue