1

Services/Paperless: Set filename format

This commit is contained in:
2025-07-11 23:14:05 +02:00
parent 6fa699d234
commit 657f4f10da

View File

@ -88,6 +88,8 @@ in {
];
environment = {
PAPERLESS_FILENAME_FORMAT = "{{ created_year }}/{{ correspondent }}/{{ title }}";
PAPERLESS_REDIS = "redis://paperless-redis:6379";
PAPERLESS_DBHOST = "paperless-postgres";