mirror of
https://github.com/bitwarden/server
synced 2025-12-24 20:23:21 +00:00
27 lines
686 B
JSON
27 lines
686 B
JSON
{
|
|
"name": "Bitwarden Community Dev",
|
|
"dockerComposeFile": "../../.devcontainer/bitwarden_common/docker-compose.yml",
|
|
"service": "bitwarden_server",
|
|
"workspaceFolder": "/workspace",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "16"
|
|
},
|
|
"ghcr.io/devcontainers/features/rust:1": {}
|
|
},
|
|
"mounts": [
|
|
{
|
|
"source": "../../dev/.data/keys",
|
|
"target": "/home/vscode/.aspnet/DataProtection-Keys",
|
|
"type": "bind"
|
|
}
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {},
|
|
"extensions": ["ms-dotnettools.csdevkit"]
|
|
}
|
|
},
|
|
"postCreateCommand": "bash .devcontainer/community_dev/postCreateCommand.sh"
|
|
}
|