use specified Dockerfiles for compose build
This commit is contained in:
parent
0697b080f6
commit
d1bd619a13
@ -19,6 +19,7 @@ services:
|
||||
mocha-oms:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: dockerfiles/oms-prod.Dockerfile
|
||||
image: mcr.microsoft.com/dotnet/runtime:8.0
|
||||
command: dotnet /oms/Mocha.Oms.Server.dll
|
||||
environment:
|
||||
@ -38,6 +39,7 @@ services:
|
||||
mocha-uis:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: dockerfiles/uis-prod.Dockerfile
|
||||
image: mochapowered/mochaui-tenant:latest
|
||||
environment:
|
||||
VIRTUAL_HOST: localhost
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user