Skip to content

Commit

Permalink
Injiweb 1213 : Updated read me and mimoti image (#221)
Browse files Browse the repository at this point in the history
* [INJIWEB-1213] Fixed docker compose to have one nginx

Signed-off-by: Gurpreet41082 <[email protected]>

* [INJIWEB-1213] Fixed typo error in configmap file

Signed-off-by: Gurpreet41082 <[email protected]>

* [INJIWEB-1213] Updated readme file and the mimoto image to 0.15

Signed-off-by: Gurpreet41082 <[email protected]>

* [INJIWEB-1213] Removed platform from the dockerfile

Signed-off-by: Gurpreet41082 <[email protected]>

---------

Signed-off-by: Gurpreet41082 <[email protected]>
  • Loading branch information
Gurpreet41082 authored Dec 17, 2024
1 parent 6a973df commit a77bbeb
Show file tree
Hide file tree
Showing 2 changed files with 2 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
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a77bbeb

Please sign in to comment.