Fix cache directory paths for production deployment

- Change FileCache CACHE_PATH from relative to absolute path
- Change FileCacheCleaner cache folder to absolute path
- Resolves read-only file system issue in production containers
- Cache now uses writable /var/www/html/storage/cache location
This commit is contained in:
2025-08-12 18:37:24 +02:00
parent 02e890a2ca
commit 66f7efdcfc
6 changed files with 465 additions and 28 deletions

2
deployment/infrastructure/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Ignore local Ansible vault pass in infrastructure directory
.vault_pass