Skip to content

Commit bc25357

Browse files
Merge pull request #34 from Sonnet-Scripts/mf-setup-port-forwarding
added port forwarding for devcontainer
2 parents 017577e + 648d02f commit bc25357

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

.devcontainer.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,21 @@
1919
"ms-python.python"
2020
]
2121
}
22-
}
23-
}
22+
},
23+
"portsAttributes": {
24+
"8888": {
25+
"label": "JupyterLab"
26+
},
27+
"8080": {
28+
"label": "pgAdmin"
29+
},
30+
"9001": {
31+
"label": "MinIO"
32+
},
33+
"5432": {
34+
"label": "Postgres"
35+
}
36+
},
37+
"forwardPorts": [8888, 8080, 9001, 5432],
38+
"postCreateCommand": "make run-all-data-pipelines"
39+
}

0 commit comments

Comments
 (0)