mirror of
https://github.com/bitwarden/server
synced 2025-12-29 14:43:39 +00:00
local attachment storage & docker image
This commit is contained in:
@@ -15,6 +15,11 @@ services:
|
||||
image: bitwarden/web
|
||||
container_name: web
|
||||
restart: always
|
||||
|
||||
attachments:
|
||||
image: bitwarden/attachments
|
||||
container_name: attachments
|
||||
restart: always
|
||||
|
||||
api:
|
||||
image: bitwarden/api
|
||||
|
||||
Reference in New Issue
Block a user