BenMcH / bitwarden_rs-docker-compose

dani-garcia/bitwarden_rs in docker-compose!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitwarden_rs Docker Compose

This micro-repo is used only as a host for an easily hostable Bitwarden_rs config

Setup

To setup this repo for deployment, clone it onto your docker server and enter the required values into the .env file.

VIRTUAL_HOST should be the same values, your website domain name. This can be a comma separated list Ex: passwords.example.com,password.example.com

The DEFAULT_EMAIL env will allow letsencrypt to email you if your certificates are going to expire soon

Running docker-compose up -d should be all that is required to host your own instance of Bitwarden_rs.

Gotchas

Due to the nginx proxy binding itself on ports 80 and 443, you cannot have another web server like Apache or Nginx running on the local machine.

About

dani-garcia/bitwarden_rs in docker-compose!


Languages

Language:Shell 100.0%