Skip to content

Commit e8bab81

Browse files
authored
Update README.md
describe work with docker to facilitate the job on whoever will clone it
1 parent d378ace commit e8bab81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ i mean you didn't need to call the request for token api just call the resource
1313
but in my case instead of put extra configuration as it is just task i used the public server of minio company which is https://play.min.io/minio/
1414

1515
5) I added Unit Test and Integration Test to my code using Junit 5 (jupiter) and mockito
16+
17+
6) As i was using docker compose so:
18+
1) run my containers using [ docker compose up ]
19+
2) run [ docker ps ] to fetch the container_id value s to be used later
20+
3) run this command [ docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' ??_my_container_id_?? ]
21+
4) replace the container id within the command to get the IP of running container so i can put the postgres IP in my application.properties
22+
5) use the IP of Pgadmin with port 80 to view my DB on the browser

0 commit comments

Comments
 (0)