Added missing exporter env vars for penpot

This commit is contained in:
2026-06-19 17:09:26 +02:00
parent 5abd91e66c
commit 509608722b
+2
View File
@@ -23,6 +23,8 @@ services:
- penpot-net - penpot-net
environment: environment:
- PENPOT_PUBLIC_URI=${PENPOT_PUBLIC_URI} - PENPOT_PUBLIC_URI=${PENPOT_PUBLIC_URI}
- PENPOT_SECRET_KEY=${PENPOT_SECRET_KEY}
- PENPOT_EXPORTER_SECRET_KEY=${PENPOT_EXPORTER_SECRET_KEY}
penpot-frontend: penpot-frontend:
image: penpotapp/frontend:latest image: penpotapp/frontend:latest