mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
feat(service): add bento-pdf (#8095)
This commit is contained in:
BIN
public/svgs/bento-pdf.png
Normal file
BIN
public/svgs/bento-pdf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
17
templates/compose/bento-pdf.yaml
Normal file
17
templates/compose/bento-pdf.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user