Skip to content

Commit 7db9811

Browse files
committed
fixup some metadata
1 parent 77cc6c6 commit 7db9811

File tree

1 file changed

+15
-20
lines changed

1 file changed

+15
-20
lines changed

.devcontainer/devcontainer.json

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,34 @@
11
{
2-
"name": "pgec",
3-
2+
"name": "tansu-kafka-python",
43
"dockerFile": "Dockerfile",
5-
64
"postStartCommand": "./bin/up",
7-
8-
"containerEnv": {
9-
"PGMP_DATABASE_USER": "postgres",
10-
"PGMP_DATABASE_PASSWORD": "postgres"
11-
},
12-
135
"hostRequirements": {
146
"cpus": 2,
157
"memory": "4gb",
168
"storage": "32gb"
179
},
18-
1910
"customizations": {
2011
"codespaces": {
21-
"openFiles": ["example.py"]
12+
"openFiles": [
13+
"example.py"
14+
]
2215
}
2316
},
24-
25-
"forwardPorts": [9092, 9100],
26-
17+
"forwardPorts": [
18+
9092,
19+
9100
20+
],
2721
"portsAttributes": {
28-
"9092": { "label": "kafka" },
29-
"9100": { "label": "metrics" }
22+
"9092": {
23+
"label": "kafka"
24+
},
25+
"9100": {
26+
"label": "metrics"
27+
}
3028
},
31-
3229
"features": {
3330
"ghcr.io/devcontainers/features/sshd:1": {},
34-
3531
"ghcr.io/devcontainers/features/common-utils:2": {},
36-
3732
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
3833
}
39-
}
34+
}

0 commit comments

Comments
 (0)