https://github.com/edertone/docker-vaultwarden
Local instance of Vaultwarden, an unofficial Bitwarden compatible server written in Rust.
https://github.com/edertone/docker-vaultwarden
Last synced: 4 months ago
JSON representation
Local instance of Vaultwarden, an unofficial Bitwarden compatible server written in Rust.
- Host: GitHub
- URL: https://github.com/edertone/docker-vaultwarden
- Owner: edertone
- License: apache-2.0
- Created: 2026-03-24T10:13:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-25T11:06:33.000Z (4 months ago)
- Last Synced: 2026-03-26T13:54:52.043Z (4 months ago)
- Language: Batchfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vaultwarden Docker app
Local instance of [Vaultwarden](https://github.com/dani-garcia/vaultwarden), an unofficial Bitwarden compatible server written in Rust.
## Features
- **Vaultwarden server**: Running securely behind Caddy on
- **File Attachments**: Enabled by default
- **Persistent Data**: Stored locally in the ./data directory
## Getting Started
### Prerequisites
- Docker and Docker Compose installed on your system.
- Windows (as the provided scripts are .bat files).
### Managing the Server
You can easily manage the server using the provided batch scripts:
- **Start the server**: Run start.bat
- **Stop the server**: Run stop.bat
- **Update Vaultwarden**: Run update to latest version.bat to pull the latest image and recreate the container.
## Configuration Details
- **Caddy Reverse Proxy**: Handles HTTPS locally using a self-signed certificate to ensure secure communication.
- **Port:** HTTPS access is provided on port 8446 (`https://localhost:8446`).
- **Start Script:** The `start.bat` script automatically waits for the service to be ready and launches Chrome while ignoring the self-signed certificate warnings.
- **Volumes:** All user data, databases, attachments, and Caddy configurations are persisted in `./data`.