Skip to content

Commit

Permalink
[INJIWEB-1213] Updated readme file and the mimoto image to 0.15
Browse files Browse the repository at this point in the history
Signed-off-by: Gurpreet41082 <[email protected]>
  • Loading branch information
Gurpreet41082 committed Dec 17, 2024
1 parent 983f460 commit a7e9295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
3 changes: 2 additions & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:

mimoto-service:
container_name: 'mimoto-service'
image: 'mosipid/mimoto:0.14.0'
image: 'mosipqa/mimoto:0.15.x'
platform: linux/amd64
user: root
ports:
- '8099:8099'
Expand Down

0 comments on commit a7e9295

Please sign in to comment.