Increase Ressources for vaultwarden and check storage (#285)

* Increase Ressources for vaultwarden and check storage

increase RAM to 6144 & add
check_container_storage
check_container_resources

* Update vaultwarden.json (Increase RAM)

* Update CHANGELOG.md

* Update CHANGELOG.md
This commit is contained in:
CanbiZ 2024-11-16 17:11:55 +01:00 committed by GitHub
parent d41d3812e7
commit 0b5b2e85f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -19,7 +19,7 @@
"script": "ct/vaultwarden.sh",
"resources": {
"cpu": "4",
"ram": "5120",
"ram": "6144",
"hdd": "6",
"os": "debian",
"version": "12"