mirror of
https://github.com/bitwarden/server.git
synced 2025-03-12 13:29:14 +01:00
8 lines
211 B
YAML
8 lines
211 B
YAML
|
services:
|
||
|
bitwarden_storage:
|
||
|
image: mcr.microsoft.com/azure-storage/azurite:latest
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- ../../dev/.data/azurite:/data
|
||
|
network_mode: service:bitwarden_server
|