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

Added build to test compose

This commit is contained in:
2018-07-11 14:06:22 +00:00
parent cd94b9901d
commit ab87b78b4d
2 changed files with 8 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ volumes:
services:
app:
image: wrestlingdev:dev
build:
context: ../
dockerfile: rails-prod-Dockerfile
environment:
- WRESTLINGDEV_DB_NAME=wrestlingtourney
- WRESTLINGDEV_DB_USR=root
@@ -60,6 +63,9 @@ services:
worker:
image: wrestlingdev:dev
build:
context: ../
dockerfile: rails-prod-Dockerfile
environment:
- WRESTLINGDEV_DB_NAME=wrestlingtourney
- WRESTLINGDEV_DB_USR=root