Skip to content

Commit 0243585

Browse files
author
dsaezvil
committed
Merge branch 'main' of https://github.com/Azure/solution-accelerator-mec into main
2 parents ab21203 + 0fd2358 commit 0243585

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/VS_DOCKER_DEPLOYMENT.MD

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,18 @@ Docker compose project will now be the new default startup project of the soluti
2828
## Start the solution
2929
Now that we have established the appropriate startup project, we will recompile the solution, and start it.
3030

31-
![plot](./imgs/startup/cleansolution.png)
31+
![cleansolution](https://user-images.githubusercontent.com/101176997/221211294-486a2592-4024-4809-aa92-357668e8c458.PNG)
3232

3333
After a few seconds, depending on the capacity of the device, the alert dashboard should open in our browser with url https://localhost:50058/ or https://host.docker.internal:50058/ .
34-
![plot](./imgs/startup/dashboard.png)
34+
![dashboard](https://user-images.githubusercontent.com/101176997/221211358-6ca056f6-35aa-46d4-a02d-27de1e542f73.PNG)
35+
3536

3637
You can also open the Alerts API swager at the following urls: http://localhost:50055/swagger/index.html http://host.docker.internal:50055/swagger/index.html , using this swagger you can query the alerts, and more importantly, you can delete the alerts collection, when too many are stored.
3738

38-
![plot](./imgs/startup/swagger.png)
39+
![swagger](https://user-images.githubusercontent.com/101176997/221211413-77ebffc5-b121-4202-8b8e-5e3796212c60.PNG)
3940

4041
## Ports configuration
4142

4243
Remember than you can change the external ports configuration, or the rtsp source, in the docker.compose.override.yaml.
4344

44-
![plot](./imgs/startup/override.png)
45+
![override](https://user-images.githubusercontent.com/101176997/221211464-a510717b-bf06-41ba-9a84-f3e6baf6c8d2.PNG)

0 commit comments

Comments
 (0)