mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 14:33:09 +02:00
12 lines
298 B
JSON
12 lines
298 B
JSON
|
{
|
||
|
"name": "Misskey",
|
||
|
"dockerComposeFile": "docker-compose.yml",
|
||
|
"service": "app",
|
||
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
||
|
"features": {
|
||
|
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
|
||
|
},
|
||
|
"forwardPorts": [3000],
|
||
|
"postCreateCommand": ".devcontainer/init.sh"
|
||
|
}
|