vaultwarden ready for github deployment

This commit is contained in:
jonas@geiger-natur.de
2026-01-06 17:07:19 +01:00
parent 8ea01a0441
commit 28c540cc6c

View File

@@ -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`