mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
10 lines
225 B
YAML
10 lines
225 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
bitwarden_storage:
|
||
|
image: mcr.microsoft.com/azure-storage/azurite:latest
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- ../../dev/.data/azurite:/data
|
||
|
network_mode: service:bitwarden_server
|