From 979da4a20b292e565f1748136f32d6f181f56306 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Fri, 19 Jun 2026 17:25:38 +0200 Subject: [PATCH] Reverted exporter env mappings --- docker-stacks/app-server/penpot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker-stacks/app-server/penpot.yml b/docker-stacks/app-server/penpot.yml index 924185e..6a2eb27 100644 --- a/docker-stacks/app-server/penpot.yml +++ b/docker-stacks/app-server/penpot.yml @@ -26,10 +26,7 @@ services: - PENPOT_SECRET_KEY=${PENPOT_SECRET_KEY} - PENPOT_EXPORTER_SECRET_KEY=${PENPOT_EXPORTER_SECRET_KEY} - PENPOT_REDIS_URL=${PENPOT_REDIS_URI} - - PENPOT_REDIS_URI=${PENPOT_REDIS_URI} - - PENPOT_FLAGS=disable-sandbox - - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true - - CHROMIUM_FLAGS=--no-sandbox --disable-setuid-sandbox --disable-gpu --disable-dev-shm-usage + - PENPOT_REDIS_URI=${PENPOT_REDIS_URI} penpot-frontend: image: penpotapp/frontend:latest