Add clean-pdf dependencies and browserless dev service

This commit is contained in:
2026-07-06 11:19:51 +05:00
parent e795c4d655
commit 541853bb1d
5 changed files with 801 additions and 4 deletions
+10
View File
@@ -11,5 +11,15 @@ services:
volumes:
- postgres_data:/var/lib/postgresql
browserless:
image: ghcr.io/browserless/chromium
restart: unless-stopped
ports:
- "127.0.0.1:3333:3000"
environment:
CONCURRENT: "2"
QUEUED: "10"
TIMEOUT: "120000"
volumes:
postgres_data: