-
Notifications
You must be signed in to change notification settings - Fork 558
Application URLs
Phong Nguyen edited this page Oct 9, 2021
·
5 revisions
Project | Launch URL | Docker Container URL | Docker Container URL |
---|---|---|---|
IdentityServer | https://localhost:44367 | http://localhost:9000 | http://host.docker.internal:9000 |
WebAPI | https://localhost:44312 | http://localhost:9002 | http://host.docker.internal:9002 |
WebMVC | https://localhost:44364 | http://localhost:9003 | http://host.docker.internal:9003 |
GraphQL | https://localhost:44392 | http://localhost:9006 | http://host.docker.internal:9006 |
Blazor | https://localhost:44331 | http://localhost:9008 | http://host.docker.internal:9008 |
Angular | http://localhost:4200/ | ||
React | http://localhost:3000/ | ||
Vue | http://localhost:8080/ |