2022-03-13 08:03:36 -06:00
|
|
|
{
|
2023-08-29 02:20:36 -06:00
|
|
|
"name": "Mastodon on local machine",
|
2024-06-07 14:18:02 -06:00
|
|
|
"dockerComposeFile": "compose.yaml",
|
2022-03-13 08:03:36 -06:00
|
|
|
"service": "app",
|
2023-03-04 16:35:00 -07:00
|
|
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
2022-03-13 08:03:36 -06:00
|
|
|
|
2023-01-05 05:32:59 -07:00
|
|
|
"features": {
|
2024-02-27 09:07:43 -07:00
|
|
|
"ghcr.io/devcontainers/features/sshd:1": {}
|
2023-01-05 05:32:59 -07:00
|
|
|
},
|
|
|
|
|
2022-03-20 21:46:11 -06:00
|
|
|
"forwardPorts": [3000, 4000],
|
2022-03-13 08:03:36 -06:00
|
|
|
|
2023-08-29 02:20:36 -06:00
|
|
|
"portsAttributes": {
|
|
|
|
"3000": {
|
|
|
|
"label": "web",
|
|
|
|
"onAutoForward": "notify",
|
2024-02-27 09:07:43 -07:00
|
|
|
"requireLocalPort": true
|
2023-08-29 02:20:36 -06:00
|
|
|
},
|
|
|
|
"4000": {
|
|
|
|
"label": "stream",
|
|
|
|
"onAutoForward": "silent",
|
2024-02-27 09:07:43 -07:00
|
|
|
"requireLocalPort": true
|
|
|
|
}
|
2023-08-29 02:20:36 -06:00
|
|
|
},
|
|
|
|
|
2024-06-06 02:49:31 -06:00
|
|
|
"remoteUser": "root",
|
|
|
|
|
2023-08-29 02:20:36 -06:00
|
|
|
"otherPortsAttributes": {
|
2024-02-27 09:07:43 -07:00
|
|
|
"onAutoForward": "silent"
|
2023-08-21 00:51:37 -06:00
|
|
|
},
|
|
|
|
|
2023-03-29 05:27:19 -06:00
|
|
|
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
2024-06-06 03:00:09 -06:00
|
|
|
"postCreateCommand": "bin/setup",
|
2023-03-04 16:35:00 -07:00
|
|
|
"waitFor": "postCreateCommand",
|
2022-03-13 08:03:36 -06:00
|
|
|
|
2023-03-04 16:35:00 -07:00
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"settings": {},
|
2024-02-27 09:07:43 -07:00
|
|
|
"extensions": ["EditorConfig.EditorConfig", "webben.browserslist"]
|
|
|
|
}
|
|
|
|
}
|
2022-03-13 08:03:36 -06:00
|
|
|
}
|