use specified Dockerfiles for compose build

This commit is contained in:
Michael Becker 2025-09-19 19:14:31 -04:00
parent 0697b080f6
commit d1bd619a13

View File

@ -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