update bitwarden server to v1.14
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-03-14 21:42:05 +01:00
parent 2d5cc91f58
commit c965ade57a
3 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1,5 @@
* FEATURE
* rebuild with web-vault v2.12.0d
* update server to v1.14
* update web-vault to v2.13.1
* add new env variable `USER_ATTACHMENT_LIMIT`
* add new env variable `ORG_ATTACHMENT_LIMIT`

View File

@ -6,7 +6,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG VAULT_VERSION=2.12.0d
ARG VAULT_VERSION=2.13.1
ADD overlay/ /

View File

@ -6,6 +6,9 @@ ATTACHMENTS_FOLDER=/app/data/attachments
DATABASE_URL={{ getenv "BITWARDENRS_DATABASE_URL" }}
USER_ATTACHMENT_LIMIT={{ getenv "BITWARDENRS_TEMPLATES_FOLDER" 1024 }}
ORG_ATTACHMENT_LIMIT={{ getenv "BITWARDENRS_TEMPLATES_FOLDER" 1024 }}
{{ if (getenv "BITWARDENRS_TEMPLATES_FOLDER") -}}
TEMPLATES_FOLDER={{ getenv "BITWARDENRS_TEMPLATES_FOLDER" }}
{{ end -}}