coolify/templates/compose/vaultwarden.yaml

18 lines
514 B
YAML
Raw Normal View History

2024-02-20 17:08:16 +01:00
# documentation: https://github.com/dani-garcia/vaultwarden
2024-02-22 11:53:25 +01:00
# slogan: Vaultwarden is a password manager that allows you to securely store and manage your passwords.
# tags: password manager, security
2024-02-20 17:08:16 +01:00
# 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