From a77bbeb9f8278bfbc741adc13831ac5018172f2b Mon Sep 17 00:00:00 2001 From: Gurpreet41082 Date: Tue, 17 Dec 2024 13:48:05 +0530 Subject: [PATCH] Injiweb 1213 : Updated read me and mimoti image (#221) * [INJIWEB-1213] Fixed docker compose to have one nginx Signed-off-by: Gurpreet41082 * [INJIWEB-1213] Fixed typo error in configmap file Signed-off-by: Gurpreet41082 * [INJIWEB-1213] Updated readme file and the mimoto image to 0.15 Signed-off-by: Gurpreet41082 * [INJIWEB-1213] Removed platform from the dockerfile Signed-off-by: Gurpreet41082 --------- Signed-off-by: Gurpreet41082 --- docker-compose/README.md | 6 +----- docker-compose/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docker-compose/README.md b/docker-compose/README.md index f7777037..3b2d12d6 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -3,14 +3,10 @@ This is the docker-compose setup to run - **mimoto-service** which act as BFF for Inji mobile and backend for Inji web. -- **inji-web** and **inji-web-proxy** for frontend +- **inji-web** for frontend This is not for production use. -## Navigate to inji-web-proxy folder and Build the inji-web-proxy image locally. - -> cd inji-web-proxy && docker build -t inji-web-proxy:local . - ## Navigate to inji-web folder and Build the inji-web image locally. > docker build -t inji-web:local . diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index f83e5fd9..8cf48d83 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -4,7 +4,7 @@ services: mimoto-service: container_name: 'mimoto-service' - image: 'mosipid/mimoto:0.14.0' + image: 'mosipqa/mimoto:0.15.x' user: root ports: - '8099:8099'