diff --git a/docker-stacks/app-server/penpot.yml b/docker-stacks/app-server/penpot.yml index 4567587..924185e 100644 --- a/docker-stacks/app-server/penpot.yml +++ b/docker-stacks/app-server/penpot.yml @@ -28,6 +28,8 @@ services: - 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-frontend: image: penpotapp/frontend:latest