diff --git a/home-tools.yaml b/home-tools.yaml index 92559b4..9351b9f 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -26,6 +26,13 @@ services: volumes: - /dockers/bitwarden:/data/ + vaultwarden: + image: vaultwarden/server:latest + container_name: vaultwarden + restart: unless-stopped + volumes: + - /dockers/vaultwarden:/data/ + thelounge: container_name: thelounge image: thelounge/thelounge:latest