diff --git a/docker-stacks/app-server/penpot.yml b/docker-stacks/app-server/penpot.yml index 943ddc4..c263056 100644 --- a/docker-stacks/app-server/penpot.yml +++ b/docker-stacks/app-server/penpot.yml @@ -23,6 +23,8 @@ services: - penpot-net environment: - PENPOT_PUBLIC_URI=${PENPOT_PUBLIC_URI} + - PENPOT_SECRET_KEY=${PENPOT_SECRET_KEY} + - PENPOT_EXPORTER_SECRET_KEY=${PENPOT_EXPORTER_SECRET_KEY} penpot-frontend: image: penpotapp/frontend:latest