File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,10 @@ i mean you didn't need to call the request for token api just call the resource
13
13
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/
14
14
15
15
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
You can’t perform that action at this time.
0 commit comments