feat: bentopdf service docker compose

This commit is contained in:
theo 2026-03-13 17:53:47 +00:00
parent 006d87b4c5
commit 9c6c200edd

View file

@ -0,0 +1,6 @@
services:
bentopdf:
image: bentopdfteam/bentopdf:latest
container_name: bentopdf
restart: unless-stopped
ports: ["3000:8080"]