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