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