mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Specified ruby 2.3.0
This commit is contained in:
@@ -14,3 +14,12 @@ db:
|
||||
restart: always
|
||||
env_file:
|
||||
- ./prod.env
|
||||
worker:
|
||||
extends:
|
||||
file: docker-compose-common.yml
|
||||
service: worker
|
||||
links:
|
||||
- db
|
||||
restart: always
|
||||
env_file:
|
||||
- ./prod.env
|
||||
|
||||
Reference in New Issue
Block a user