Files
binit/.devcontainer/devcontainer.json
2026-03-15 14:56:55 +00:00

16 lines
415 B
JSON

{
"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"
}