feat: add bentoPDF

This commit is contained in:
CoolnsX
2026-05-14 19:15:25 +05:30
parent fd6fe1eab1
commit 3a9d6995cb
2 changed files with 34 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[Unit]
Description=BentoPDF container
[Container]
Network=host
ContainerName=bentopdf
Image=ghcr.io/alam00000/bentopdf-simple:latest
Volume=%h/podman/bentopdf:/tmp
Volume=./nginx-listen-on-unix.sh:/docker-entrypoint.d/99-nginx-listen-on-unix.sh:ro
# Enable auto-update container
AutoUpdate=registry
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target