Manage all your document templates and rendering tasks in a single, dedicated microservice. By extracting PDF generation from your core applications, you reduce complexity and improve system performance. This production-ready solution handles dynamic data injection and exports high-quality PDFs on demand. It is designed to scale horizontally during high traffic spikes, ensuring reliable document delivery.
Key features include:
services:
docking:
image: ghcr.io/shipsaas/docking:latest
restart: unless-stopped
ports:
- "3000:3000"
environment:
- NODE_ENV=production
- PORT=3000
- API_TOKEN=${API_TOKEN}
volumes:
- ./storage:/app/storageAPI_TOKEN=your_secure_api_token_hereAuto-fetched about 19 hours ago
Auto-fetched about 19 hours ago