{ "name": "Minipaste Dev Container", "dockerComposeFile": "docker-compose.yml", "service": "app", "workspaceFolder": "/workspace", "forwardPorts": [3000, 9000, 9001], "portsAttributes": { "3000": { "label": "App", "onAutoForward": "notify" }, "9000": { "label": "MinIO S3 API" }, "9001": { "label": "MinIO Console" } }, "postCreateCommand": "npm install" }