2024-02-20 16:08:16 +00:00
|
|
|
# documentation: https://github.com/dani-garcia/vaultwarden
|
2024-02-22 10:53:25 +00:00
|
|
|
# slogan: Vaultwarden is a password manager that allows you to securely store and manage your passwords.
|
2023-10-26 09:21:31 +00:00
|
|
|
# tags: password manager, security
|
2024-02-20 16:08:16 +00:00
|
|
|
# logo: svgs/bitwarden.svg
|
2023-10-26 09:21:31 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
vaultwarden:
|
|
|
|
image: vaultwarden/server:latest
|
|
|
|
environment:
|
|
|
|
- SERVICE_FQDN_VAULTWARDEN
|
|
|
|
volumes:
|
|
|
|
- vaultwarden-data:/data
|
|
|
|
healthcheck:
|
|
|
|
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
|
|
|
interval: 2s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 15
|