feat: add persistent PDF storage with session management across restarts

This commit is contained in:
ɧσℓσ
2025-12-10 19:21:34 +01:00
parent e223be9452
commit 67379be432
3 changed files with 52 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ services:
# Volumes pour la configuration
volumes:
- ./config/projects.json:/app/config/projects.json:ro # Fichier projects.json en lecture seule
- pdf-data:/app/data/pdfs #
# Réseau
networks: