Protect your sensitive information with a trusted, open-source password manager designed for both personal and business security. All data in your vault is protected with zero-knowledge, end-to-end encryption, meaning only you have access to your information. It simplifies online security by making it easy to generate, save, and autofill strong credentials across all your devices, defending you against phishing and data breaches.
Key capabilities include:
services:
bitwarden:
image: bitwarden/self-host:latest
container_name: bitwarden
restart: always
ports:
- "80:8080"
- "443:8443"
environment:
BW_DOMAIN: "https://bitwarden.example.com"
BW_DB_PROVIDER: "sqlite"
BW_DB_FILE: "/etc/bitwarden/bwdata/core/attachments/db.sqlite3"
BW_INSTALLATION_ID: "${BW_INSTALLATION_ID}"
BW_INSTALLATION_KEY: "${BW_INSTALLATION_KEY}"
adminSettings__admins: "${ADMIN_EMAIL}"
volumes:
- ./bwdata:/etc/bitwarden/bwdataBW_INSTALLATION_ID=your_installation_id_here
BW_INSTALLATION_KEY=your_installation_key_here
ADMIN_EMAIL=admin@example.comAuto-fetched 24 minutes ago
Auto-fetched 24 minutes ago