1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Moving to passenger + nginx

This commit is contained in:
2018-07-26 10:34:48 +00:00
parent 1dbbed833e
commit 93b726f425
8 changed files with 166 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ services:
env_file:
- ./prod.env
healthcheck:
test: ps -ef | grep rake | grep ruby
test: kill -0 1
command: bundle exec rake jobs:work RAILS_ENV=production