17 lines
468 B
JSON
17 lines
468 B
JSON
{
|
|
"name": "Discourse",
|
|
"image": "discourse/discourse_dev:release",
|
|
"workspaceMount": "source=${localWorkspaceFolder}/../..,target=/var/www/discourse,type=bind",
|
|
"workspaceFolder": "/var/www/discourse",
|
|
"settings": {
|
|
"search.followSymlinks": false
|
|
},
|
|
"postStartCommand": "sudo /sbin/boot",
|
|
"extensions": ["rebornix.Ruby"],
|
|
"forwardPorts": [9292],
|
|
"remoteUser": "discourse",
|
|
"remoteEnv": {
|
|
"DISCOURSE_DEV_HOSTS": ".githubpreview.dev"
|
|
}
|
|
}
|