From eae6fb539810e989371c9b79e8e6702a359072ce Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 18 Oct 2020 13:23:10 +0200 Subject: [PATCH] [skip ci] prepare release --- CHANGELOG.md | 5 ++++- README.md | 4 +++- docker-compose.yml | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54596a0..2604372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ - INTERNAL - - migrate to `thegeeklab` namespace + - update bitwarden_rs to v1.17.0 + - update web vault to v2.16.1 + - add SQLite support + - add `BITWARDENRS_ROCKET_WORKERS` variable diff --git a/README.md b/README.md index 1e6cbde..f1d3cd1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Custom image for BitwardenRS password manager This is a rootless custom Docker image for [bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs). Bitwarden_rs is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. -> __WARNING__: While bitwarden_rs does not allow to compile binaries with multi DB providers, this build will only work with a PostgreSQL database backend. +> **WARNING**: This build supports SQLite and PostgreSQL database backend only. ## Usage @@ -101,6 +101,8 @@ BITWARDENRS_SMTP_USERNAME= BITWARDENRS_SMTP_PASSWORD= BITWARDENRS_SMTP_AUTH_MECHANISM=Plain BITWARDENRS_SMTP_TIMEOUT=15 + +BITWARDENRS_ROCKET_WORKERS= ``` ## License diff --git a/docker-compose.yml b/docker-compose.yml index 6089455..4b3aa1f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ --- -version: '3' +version: "3" services: postgres: @@ -12,7 +12,7 @@ services: bitwardenrs: container_name: bitwardenrs - image: thegeeklab/bitwardenrs:latest + image: thegeeklab/bitwardenrs depends_on: - postgres ports: