mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-23 18:48:58 +00:00
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"name": "Frappe Bench",
|
|
"appPort": [8000, 9000, 6787],
|
|
"remoteUser": "frappe",
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
},
|
|
"dockerComposeFile": "./docker-compose.yml",
|
|
"service": "frappe",
|
|
"workspaceFolder": "/workspace/development",
|
|
"shutdownAction": "stopCompose",
|
|
"extensions": [
|
|
"ms-python.python"
|
|
]
|
|
}
|