2024-06-06 05:31:33 -07:00
|
|
|
{
|
|
|
|
"name": "n8n",
|
|
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
|
|
"service": "n8n",
|
|
|
|
"workspaceFolder": "/workspaces",
|
|
|
|
"mounts": [
|
|
|
|
"type=bind,source=${localWorkspaceFolder},target=/workspaces,consistency=cached",
|
|
|
|
"type=bind,source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,consistency=cached",
|
|
|
|
"type=bind,source=${localEnv:HOME}/.n8n,target=/home/node/.n8n,consistency=cached"
|
|
|
|
],
|
|
|
|
"forwardPorts": [8080, 5678],
|
2024-09-17 07:37:07 -07:00
|
|
|
"postCreateCommand": "corepack prepare --activate && pnpm install",
|
2024-06-06 05:31:33 -07:00
|
|
|
"postAttachCommand": "pnpm build",
|
|
|
|
"customizations": {
|
|
|
|
"codespaces": {
|
|
|
|
"openFiles": ["CONTRIBUTING.md"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|