1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-01 20:25:26 +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

@@ -63,9 +63,6 @@ services:
worker:
image: wrestlingdev
build:
context: ../
dockerfile: ./deploy/rails-prod-Dockerfile
environment:
- WRESTLINGDEV_DB_NAME=wrestlingtourney
- WRESTLINGDEV_DB_USR=root
@@ -82,7 +79,7 @@ services:
caching:
restart: always
healthcheck:
test: ps -ef | grep rake | grep ruby
test: kill -0 1
command: bundle exec rake jobs:work RAILS_ENV=production
deploy:
resources: