-
Notifications
You must be signed in to change notification settings - Fork 597
Application URLs
Phong Nguyen edited this page Jul 25, 2021
·
6 revisions
| Project | Launch URL | Docker Container URL | Docker Container URL |
|---|---|---|---|
| BackgroundServer | https://localhost:44318 | http://localhost:9004 | http://host.docker.internal:9004 |
| 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/ |