Skip to content

a sample configuration of bitwarden_rs for docker / docker-swarm with traefik 2.0

Notifications You must be signed in to change notification settings

ratio91/bitwarden_rs-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample docker-compose files for running bitwarden_rs with docker

this repository contains a sample configuration of bitwarden_rs, a self-hosted password manager I use daily

prerequisites

VM with docker and docker-compose installed
a DNS entry for the domain you want to use (I use vault.<domain> hosted at Cloudflare)
traefik up and running (a reverse-proxy) instruction

configure

fill in your details in the sample.env file
rename sample.env to .env (the SMTP and yubikey instructions are optional, you can remove them from the .env file if you want)

run with docker (normal mode)

docker-compose up -d

OR

run with docker (swarm mode)

docker stack deploy -c docker-compose.swarm.yml bitwarden

use

see https://github.com/dani-garcia/bitwarden_rs/wiki

About

a sample configuration of bitwarden_rs for docker / docker-swarm with traefik 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published