feat(service): add bento-pdf (#8095)

This commit is contained in:
Rodrigo 2026-02-03 18:27:36 -03:00 committed by GitHub
parent d8f0fe4bd6
commit aa3953efaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

BIN
public/svgs/bento-pdf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,17 @@
# documentation: https://bentopdf.com/docs
# slogan: Process PDFs entirely in your browser. No uploads. No servers. Complete privacy.
# category: productivity
# tags: pdf, manipulation, web, tool
# logo: svgs/bento-pdf.png
# port: 8080
services:
bento-pdf:
image: ghcr.io/alam00000/bentopdf:v1.16.1
environment:
- SERVICE_URL_BENTOPDF_8080
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8080"]
interval: 5s
timeout: 20s
retries: 10