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