mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-09 15:42:09 +00:00
Trying to get compose build working
This commit is contained in:
@@ -8,10 +8,10 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: wrestlingdev:dev
|
image: wrestlingdev
|
||||||
build:
|
build:
|
||||||
context: ../
|
context: ../
|
||||||
dockerfile: rails-prod-Dockerfile
|
dockerfile: ./deploy/rails-prod-Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- WRESTLINGDEV_DB_NAME=wrestlingtourney
|
- WRESTLINGDEV_DB_NAME=wrestlingtourney
|
||||||
- WRESTLINGDEV_DB_USR=root
|
- WRESTLINGDEV_DB_USR=root
|
||||||
@@ -62,10 +62,10 @@ services:
|
|||||||
memory: 256M
|
memory: 256M
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: wrestlingdev:dev
|
image: wrestlingdev
|
||||||
build:
|
build:
|
||||||
context: ../
|
context: ../
|
||||||
dockerfile: rails-prod-Dockerfile
|
dockerfile: ./deploy/rails-prod-Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- WRESTLINGDEV_DB_NAME=wrestlingtourney
|
- WRESTLINGDEV_DB_NAME=wrestlingtourney
|
||||||
- WRESTLINGDEV_DB_USR=root
|
- WRESTLINGDEV_DB_USR=root
|
||||||
|
|||||||
Reference in New Issue
Block a user