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

Trying to get compose build working

This commit is contained in:
2018-07-11 17:20:53 +00:00
parent ab87b78b4d
commit 94b6d9aaa3

View File

@@ -8,10 +8,10 @@ volumes:
services:
app:
image: wrestlingdev:dev
image: wrestlingdev
build:
context: ../
dockerfile: rails-prod-Dockerfile
dockerfile: ./deploy/rails-prod-Dockerfile
environment:
- WRESTLINGDEV_DB_NAME=wrestlingtourney
- WRESTLINGDEV_DB_USR=root
@@ -62,10 +62,10 @@ services:
memory: 256M
worker:
image: wrestlingdev:dev
image: wrestlingdev
build:
context: ../
dockerfile: rails-prod-Dockerfile
dockerfile: ./deploy/rails-prod-Dockerfile
environment:
- WRESTLINGDEV_DB_NAME=wrestlingtourney
- WRESTLINGDEV_DB_USR=root