Update deps, fix Docker build errors
This commit is contained in:
parent
162390008b
commit
c62bfd2a4c
31 changed files with 832 additions and 1227 deletions
|
|
@ -35,7 +35,9 @@ x-bridge-vars: &common-bridge-variables
|
|||
|
||||
services:
|
||||
bridge-frontend:
|
||||
build: ../../apps/bridge-frontend
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ./apps/bridge-frontend/Dockerfile
|
||||
container_name: bridge-frontend
|
||||
restart: ${RESTART}
|
||||
ports:
|
||||
|
|
@ -43,7 +45,9 @@ services:
|
|||
environment: *common-bridge-variables
|
||||
|
||||
bridge-worker:
|
||||
build: ../../apps/bridge-worker
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ./apps/bridge-worker/Dockerfile
|
||||
container_name: bridge-worker
|
||||
restart: ${RESTART}
|
||||
environment: *common-bridge-variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue