2022-03-14 01:03:36 +11:00
|
|
|
{
|
2023-08-29 18:20:36 +10:00
|
|
|
"name": "Mastodon on local machine",
|
2022-03-14 01:03:36 +11:00
|
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
|
|
"service": "app",
|
2023-03-05 10:35:00 +11:00
|
|
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
2022-03-14 01:03:36 +11:00
|
|
|
|
2023-01-05 23:32:59 +11:00
|
|
|
"features": {
|
2023-03-05 10:35:00 +11:00
|
|
|
"ghcr.io/devcontainers/features/sshd:1": {}
|
2023-01-05 23:32:59 +11:00
|
|
|
},
|
|
|
|
|
2022-03-21 14:46:11 +11:00
|
|
|
"forwardPorts": [3000, 4000],
|
2022-03-14 01:03:36 +11:00
|
|
|
|
2023-08-29 18:20:36 +10:00
|
|
|
"portsAttributes": {
|
|
|
|
"3000": {
|
|
|
|
"label": "web",
|
|
|
|
"onAutoForward": "notify",
|
|
|
|
"requireLocalPort": true
|
|
|
|
},
|
|
|
|
"4000": {
|
|
|
|
"label": "stream",
|
|
|
|
"onAutoForward": "silent",
|
|
|
|
"requireLocalPort": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"otherPortsAttributes": {
|
|
|
|
"onAutoForward": "silent"
|
2023-08-21 16:51:37 +10:00
|
|
|
},
|
|
|
|
|
2023-03-29 22:27:19 +11:00
|
|
|
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
2022-12-16 03:40:36 +11:00
|
|
|
"postCreateCommand": ".devcontainer/post-create.sh",
|
2023-03-05 10:35:00 +11:00
|
|
|
"waitFor": "postCreateCommand",
|
2022-03-14 01:03:36 +11:00
|
|
|
|
2023-03-05 10:35:00 +11:00
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"settings": {},
|
|
|
|
"extensions": ["EditorConfig.EditorConfig", "webben.browserslist"]
|
|
|
|
}
|
|
|
|
}
|
2022-03-14 01:03:36 +11:00
|
|
|
}
|