mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 08:15:09 +00:00
27 lines
639 B
JSON
27 lines
639 B
JSON
{
|
|
"name": "Frappe Bench",
|
|
"forwardPorts": [8000, 9000, 6787],
|
|
"remoteUser": "frappe",
|
|
"customizations": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-vscode.live-server",
|
|
"grapecity.gc-excelviewer",
|
|
"mtxr.sqltools",
|
|
"visualstudioexptteam.vscodeintellicode",
|
|
],
|
|
"vscode": {
|
|
"settings": {
|
|
"terminal.integrated.profiles.linux": {
|
|
"frappe bash": {
|
|
"path": "/bin/zsh"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dockerComposeFile": "./docker-compose.yml",
|
|
"service": "frappe",
|
|
"workspaceFolder": "/workspace/development",
|
|
"shutdownAction": "stopCompose"
|
|
}
|