mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-28 20:20:15 +00:00
vaultwarden ready for github deployment
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# [vaultwarden](https://github.com/dani-garcia/vaultwarden)
|
||||
|
||||
## vaultwarden
|
||||
|
||||
### General
|
||||
|
||||
- Compose Path: `./projects/vaultwarden/docker-compose.yml`
|
||||
|
||||
### Environment
|
||||
|
||||
- SIGNUPS_ALLOWED: #set it `true` for initial deployment BUT set it `false` afterwards and redeploy.
|
||||
- DOMAIN: #your vaultwarden domain - for example `https://vaultwarden.example.com`
|
||||
- ADMIN_TOKEN #your secret admin token to access the admin panel
|
||||
|
||||
### Domains
|
||||
|
||||
- Service Name: `vaultwarden`
|
||||
- Container Port: `80`
|
||||
- HTTPS: `true`
|
||||
- Certificate Provider: `Let's Encrypt`
|
||||
|
||||
### Volume Backups
|
||||
|
||||
- Task Name: `vaultwarden`
|
||||
- Schedule `0 0 * * *`
|
||||
- Service Name: `vaultwarden`
|
||||
- Volume: `vaultwarden-vaultwarden-xxx`
|
||||
- Keep Latest Backups: `7`
|
||||
- Enabled: `true`
|
||||
Reference in New Issue
Block a user