# BentoPDF - Privacy-first, client-side PDF toolkit # Docs: https://github.com/alam00000/bentopdf services: bentopdf: container_name: bentopdf image: bentopdf/bentopdf:latest restart: unless-stopped networks: - homelab labels: # Traefik traefik.enable: true traefik.docker.network: homelab # Web UI traefik.http.routers.bentopdf.rule: Host(`pdf.fig.systems`) traefik.http.routers.bentopdf.entrypoints: websecure traefik.http.routers.bentopdf.tls.certresolver: letsencrypt traefik.http.services.bentopdf.loadbalancer.server.port: 8080 # SSO Protection traefik.http.routers.bentopdf.middlewares: authelia # Homarr Discovery homarr.name: BentoPDF (PDF Tools) homarr.group: Services homarr.icon: mdi:file-pdf-box networks: homelab: external: true