2020-12-08 19:35:15 -05:00
|
|
|
{
|
2022-04-28 08:47:11 -04:00
|
|
|
"name": "Discourse",
|
|
|
|
"image": "discourse/discourse_dev:release",
|
|
|
|
"workspaceMount": "source=${localWorkspaceFolder}/../..,target=/var/www/discourse,type=bind",
|
|
|
|
"workspaceFolder": "/var/www/discourse",
|
|
|
|
"settings": {
|
|
|
|
"search.followSymlinks": false
|
|
|
|
},
|
2022-05-05 17:52:35 -04:00
|
|
|
"postStartCommand": "sudo /sbin/boot",
|
2022-04-28 08:47:11 -04:00
|
|
|
"extensions": ["rebornix.Ruby"],
|
|
|
|
"forwardPorts": [9292],
|
2022-04-29 18:12:31 -04:00
|
|
|
"remoteUser": "discourse",
|
|
|
|
"remoteEnv": {
|
|
|
|
"DISCOURSE_DEV_HOSTS": ".githubpreview.dev"
|
|
|
|
}
|
2022-04-28 08:47:11 -04:00
|
|
|
}
|