mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
local attachment storage & docker image
This commit is contained in:
@ -7,6 +7,9 @@ services:
|
||||
web:
|
||||
volumes:
|
||||
- /etc/bitwarden/web:/etc/bitwarden/web
|
||||
attachments:
|
||||
volumes:
|
||||
- /etc/bitwarden/core/attachments:/etc/bitwarden/core/attachments
|
||||
api:
|
||||
volumes:
|
||||
- /etc/bitwarden/core:/etc/bitwarden/core
|
||||
|
@ -7,6 +7,9 @@ services:
|
||||
web:
|
||||
volumes:
|
||||
- c:/bitwarden/web:/etc/bitwarden/web
|
||||
attachments:
|
||||
volumes:
|
||||
- c:/bitwarden/core/attachments:/etc/bitwarden/core/attachments
|
||||
api:
|
||||
volumes:
|
||||
- c:/bitwarden/core:/etc/bitwarden/core
|
||||
|
@ -7,6 +7,9 @@ services:
|
||||
web:
|
||||
volumes:
|
||||
- c:/bitwarden/web:/etc/bitwarden/web
|
||||
attachments:
|
||||
volumes:
|
||||
- c:/bitwarden/core/attachments:/etc/bitwarden/core/attachments
|
||||
api:
|
||||
volumes:
|
||||
- c:/bitwarden/core:/etc/bitwarden/core
|
||||
|
@ -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