mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #471] [MERGED] Adding BentoPDF blueprint template for Dokploy #480
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/471
Author: @jaainil
Created: 10/23/2025
Status: ✅ Merged
Merged: 10/25/2025
Merged by: @Siumauricio
Base:
main← Head:adding-bentopdf📝 Commits (1)
d77086fchore: add bun.lock to ensure consistent dependency versions📊 Changes
6 files changed (+734 additions, -27 deletions)
View changed files
➕
app/bun.lock(+672 -0)📝
app/package.json(+27 -27)➕
blueprints/bentopdf/docker-compose.yml(+8 -0)➕
blueprints/bentopdf/image.png(+0 -0)➕
blueprints/bentopdf/template.toml(+9 -0)📝
meta.json(+18 -0)📄 Description
What is this PR about?
Adding BentoPDF blueprint template for Dokploy
This PR adds a new blueprint for BentoPDF, a lightweight PDF conversion microservice that exposes a simple HTTP API for generating PDFs. The blueprint includes:
bentopdf/bentopdf-simple:latestimageThe blueprint follows Dokploy best practices with isolated deployments, proper Traefik integration, and no hardcoded port mappings or container names.
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
None
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.