mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 00:33:33 +00:00
31 lines
1016 B
JSON
31 lines
1016 B
JSON
{
|
|
"name": "Bitwarden Clients (Windows / Linux)",
|
|
"dockerComposeFile": ["../common/docker-compose.yml", "docker-compose.override.yml"],
|
|
"service": "bitwarden_clients",
|
|
"workspaceFolder": "/workspace",
|
|
"initializeCommand": "bash .devcontainer/native-gui/setup-x11.sh",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/rust:1": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"angular.ng-template",
|
|
"orta.vscode-jest",
|
|
"esbenp.prettier-vscode",
|
|
"dbaeumer.vscode-eslint",
|
|
"nrwl.angular-console",
|
|
"bradlc.vscode-tailwindcss"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "bash .devcontainer/common/post-create-command.sh",
|
|
"forwardPorts": [8080, 8081, 6006],
|
|
"portsAttributes": {
|
|
"default": { "onAutoForward": "ignore" },
|
|
"8080": { "label": "Web Vault", "onAutoForward": "notify" },
|
|
"8081": { "label": "Web Vault (Self-hosted)", "onAutoForward": "notify" },
|
|
"6006": { "label": "Storybook", "onAutoForward": "notify" }
|
|
}
|
|
}
|