[+] Template: Vaultwarden
🆕 **New Template**: -> ℹ️ **Vaultwarden**: Vaultwarden is an open-source password manager that allows you to securely store and manage your passwords, helping you stay organized and protected.
This commit is contained in:
parent
fcd0d8d359
commit
722ff15fbd
16
templates/compose/vaultwarden.yaml
Normal file
16
templates/compose/vaultwarden.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# documentation: https://github.com/dani-garcia/vaultwarden/wiki/FAQs
|
||||||
|
# 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
|
||||||
|
|
||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user