mirror of
https://github.com/bitwarden/server.git
synced 2025-03-12 13:29:14 +01:00
* Skip one_time_setup in GH Codespaces * Make .env File Optional * Wrap Path in Single Quotes * Comment out .env File * Add Modify Database Task * Work on modify_database.ps1 * Add space * Remove compose version * Do changes in community as well * Do required: false * Reverse check * Remove printenv * Skip DB changes * Remove docker outside of docker feature * Remove newlines
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
|