BitWarden / VaultWarden
Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
https://hub.docker.com/r/vaultwarden/server
Docker-Compose.yml
version: '3.3'
services:
server:
container_name: vaultwarden
volumes:
- '/vw-data/:/data/'
ports:
- '80:80'
image: 'vaultwarden/server:latest'