diff --git a/.devcontainer.json b/.devcontainer.json index 7d1e49a..f08a856 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -19,5 +19,21 @@ "ms-python.python" ] } - } -} + }, + "portsAttributes": { + "8888": { + "label": "JupyterLab" + }, + "8080": { + "label": "pgAdmin" + }, + "9001": { + "label": "MinIO" + }, + "5432": { + "label": "Postgres" + } + }, + "forwardPorts": [8888, 8080, 9001, 5432], + "postCreateCommand": "make run-all-data-pipelines" +} \ No newline at end of file