Files
docker-infra/stacks/bento-pdf/docker-compose.yaml
T
2026-05-03 02:36:53 +02:00

16 lines
330 B
YAML

services:
bentopdf:
image: bentopdfteam/bentopdf-simple:latest
container_name: bentopdf
ports:
- "3002:8080"
volumes:
- ./configs:/configs
- ./data:/app/data
environment:
- PUID=1000
- PGID=1000
- APP_PORT=8080
- SECRET_KEY=${SECRET_KEY}
restart: unless-stopped