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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user