File tree Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " pgec" ,
3
-
2
+ "name" : " tansu-kafka-python" ,
4
3
"dockerFile" : " Dockerfile" ,
5
-
6
4
"postStartCommand" : " ./bin/up" ,
7
-
8
- "containerEnv" : {
9
- "PGMP_DATABASE_USER" : " postgres" ,
10
- "PGMP_DATABASE_PASSWORD" : " postgres"
11
- },
12
-
13
5
"hostRequirements" : {
14
6
"cpus" : 2 ,
15
7
"memory" : " 4gb" ,
16
8
"storage" : " 32gb"
17
9
},
18
-
19
10
"customizations" : {
20
11
"codespaces" : {
21
- "openFiles" : [" example.py" ]
12
+ "openFiles" : [
13
+ " example.py"
14
+ ]
22
15
}
23
16
},
24
-
25
- "forwardPorts" : [9092 , 9100 ],
26
-
17
+ "forwardPorts" : [
18
+ 9092 ,
19
+ 9100
20
+ ],
27
21
"portsAttributes" : {
28
- "9092" : { "label" : " kafka" },
29
- "9100" : { "label" : " metrics" }
22
+ "9092" : {
23
+ "label" : " kafka"
24
+ },
25
+ "9100" : {
26
+ "label" : " metrics"
27
+ }
30
28
},
31
-
32
29
"features" : {
33
30
"ghcr.io/devcontainers/features/sshd:1" : {},
34
-
35
31
"ghcr.io/devcontainers/features/common-utils:2" : {},
36
-
37
32
"ghcr.io/devcontainers/features/docker-in-docker:2" : {}
38
33
}
39
- }
34
+ }
You can’t perform that action at this time.
0 commit comments