diff --git a/compose/docker-compose.dev.yml b/compose/docker-compose.dev.yml index ba94132..07ed151 100644 --- a/compose/docker-compose.dev.yml +++ b/compose/docker-compose.dev.yml @@ -35,7 +35,7 @@ services: - ../mocha-dotnet/mocha-common/mocha-common/output:/usr/share/mocha/system # mochaui-tenant runs the PHP for the Mocha User Interface Service. it communicates with the OMS via API calls on the specified port. - mochaui-tenant: + mocha-uis: build: context: .. image: mochapowered/mochaui-tenant:latest diff --git a/compose/docker-compose.prod.yml b/compose/docker-compose.prod.yml index d7fac63..5d9d132 100644 --- a/compose/docker-compose.prod.yml +++ b/compose/docker-compose.prod.yml @@ -7,7 +7,7 @@ services: networks: - app-tenant - mochaui-tenant: + mocha-uis: build: context: .. dockerfile: dockerfiles/uis-prod.Dockerfile