mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 11:31:44 +00:00
Restructure devcontainers with browser-gui, native-gui variants and shared config
This commit is contained in:
9
.devcontainer/common/docker-compose.yml
Normal file
9
.devcontainer/common/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: bitwarden_clients
|
||||
|
||||
services:
|
||||
bitwarden_clients:
|
||||
image: mcr.microsoft.com/devcontainers/typescript-node:22
|
||||
volumes:
|
||||
- ../../:/workspace:cached
|
||||
shm_size: "1gb"
|
||||
command: sleep infinity
|
||||
Reference in New Issue
Block a user