Add bentopdf.yaml

This commit is contained in:
2026-07-03 08:50:39 -05:00
parent b5ff69eecb
commit 9823b78865
+29
View File
@@ -0,0 +1,29 @@
services:
bentopdf:
image: ghcr.io/alam00000/bentopdf:latest
container_name: bentopdf
restart: unless-stopped
ports:
- "8111:8080"
volumes:
- /srv/docker/office/bentopdf/configs:/configs
- /srv/docker/office/bentopdf/data:/app/data
environment:
- TZ=America/Chicago
- PUID=1001
- PGID=1001
- APP_PORT=8080
- SECRET_KEY=${SECRET_KEY}
labels:
- homepage.group=Office
- homepage.name=BentoPDF
- homepage.icon=bentopdf.png
- homepage.href=${BENTOPDF_URL}
- homepage.description=Privacy-First PDF Toolkit
- dockhand.url=${BENTOPDF_URL}
- rackpeek.tags=office
networks:
- proxy-net
networks:
proxy-net:
external: true