lasthourcloud/templates/compose/vaultwarden.yaml
Andras Bacsai a102099ac1 icons
2024-02-20 17:08:16 +01:00

18 lines
569 B
YAML

# documentation: https://github.com/dani-garcia/vaultwarden
# slogan: Vaultwarden is an open-source password manager that allows you to securely store and manage your passwords, helping you stay organized and protected.
# tags: password manager, security
# logo: svgs/bitwarden.svg
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