From 827dffe164f30a89aaee9fe36a9d621bdb60dd15 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 26 Feb 2026 10:34:27 +0100 Subject: [PATCH] fix(penpot): update assets storage config for Penpot 2.11+ Rename PENPOT_ASSETS_STORAGE_* to PENPOT_OBJECTS_STORAGE_* per upstream changes. Co-Authored-By: Claude Opus 4.6 --- stacks/penpot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stacks/penpot.yml b/stacks/penpot.yml index a46ccde..b10a4ea 100644 --- a/stacks/penpot.yml +++ b/stacks/penpot.yml @@ -78,9 +78,9 @@ services: # Redis (shared, DB 10) PENPOT_REDIS_URI: redis://redis-shared:6379/10 - # Assets storage - PENPOT_ASSETS_STORAGE_BACKEND: assets-fs - PENPOT_STORAGE_ASSETS_FS_DIRECTORY: /opt/data/assets + # Assets storage (updated for Penpot 2.11+) + PENPOT_OBJECTS_STORAGE_BACKEND: fs + PENPOT_OBJECTS_STORAGE_FS_DIRECTORY: /opt/data/assets # Secret key (512-bit base64) PENPOT_SECRET_KEY: +g+fSbAzBWVA2gE8ZnJUcpgq9L1BCqtuB+h9w73iF9qcgxhjMF1QU23XUjQ5ZdxpPmwoyuuQEm/frtKUV2M6pA==