2025-07-03 19:11:21 -03:00
|
|
|
{
|
2025-07-03 19:16:05 -03:00
|
|
|
"name": "Custom n8n Node Development",
|
2025-07-03 19:11:21 -03:00
|
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
|
|
|
|
|
"features": {
|
|
|
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
|
|
|
|
"ghcr.io/devcontainers/features/git:1": {},
|
|
|
|
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
|
|
|
|
"ghcr.io/devcontainers-extra/features/n8n:1": {}
|
|
|
|
|
},
|
|
|
|
|
"customizations": {
|
|
|
|
|
"vscode": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"ms-vscode.vscode-typescript-next",
|
|
|
|
|
"esbenp.prettier-vscode",
|
|
|
|
|
"ms-vscode.vscode-eslint"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"forwardPorts": [3000, 5678],
|
|
|
|
|
"postCreateCommand": "bash start-n8n-with-custom-node.sh",
|
|
|
|
|
"remoteUser": "node"
|
|
|
|
|
}
|