feat(service): add bento-pdf (#8095)
This commit is contained in:
parent
d8f0fe4bd6
commit
aa3953efaf
2 changed files with 17 additions and 0 deletions
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
|
||||
Loading…
Reference in a new issue