mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
10 lines
211 B
YAML
10 lines
211 B
YAML
name: bitwarden_common
|
|
|
|
services:
|
|
bitwarden_clients:
|
|
image: mcr.microsoft.com/devcontainers/typescript-node:22
|
|
volumes:
|
|
- ../../:/workspace:cached
|
|
shm_size: "1gb"
|
|
command: sleep infinity
|