Skip to content

Commit

Permalink
Update devcontainer.json to forward ports for Angular and Web API
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Feb 9, 2024
1 parent 628db1d commit 9875385
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@
"features": {
"ghcr.io/devcontainers-contrib/features/angular-cli:2": {}
},
"forwardPorts": [
16686, // Jaeger
"forwardPorts": [
4200, // Angular
5010, // Web API
4317, // Jaeger collector HTTP
4318, // Jaeger collector gRPC
9090 // Prometheus
5010 // Web API
],
"customizations": {
"vscode": {
Expand Down

0 comments on commit 9875385

Please sign in to comment.