Skip to content

VaultWarden

Thumbnail of VaultWarden.

VaultWarden is a lightweight and performant solution for managing and storing your passwords securely on your own server. This project aims to provide a self-hosted alternative to proprietary password managers, while remaining simple to install and use. It can then be easily used with Bitwarden’s mobile and browser extensions.

Compose.yml

Here is the Docker Compose configuration:

services:
  server:
    restart: always
    container_name: vaultwarden
    volumes:
      - '/srv/docker/vaultwarden/data:/data/'
    image: vaultwarden/server:latest
    environment:
     - SIGNUPS_ALLOWED=false
networks:
  default:
    external: true
    name: web

Technologies

  • Docker
  • Bitwarden

Demo

VaultWarden on GitHub

Want to learn more? Contact me!