Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maazghani authored Mar 4, 2024
1 parent 273c77b commit 6a459db
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@
{
"name": "ksailnet-kafka-demo",
"image": "debian:latest",
"image": "ghcr.io/maazghani/dev:main",

"hostRequirements": {
"cpus": 4
},

// forward ports for the app
"forwardPorts": [
30000,
30080,
31080,
32000
],

// add labels
"portsAttributes": {
"30000": { "label": "Prometheus" },
"31080": { "label": "Heartbeat" },
"32000": { "label": "Grafana" }
},

// Install extensions
"extensions": [
"ms-dotnettools.csharp",
Expand All @@ -30,12 +14,6 @@
"gruntfuggly.todo-tree",
"mutantdino.resourcemonitor",
"humao.rest-client",
"timonwong.shellcheck",
],
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/rio/features/k9s:1": {},
"ghcr.io/rio/features/k3d:1": {}
}

"timonwong.shellcheck"
]
}

0 comments on commit 6a459db

Please sign in to comment.