Adding Docker image for Simple mode

This commit is contained in:
Lalit Sudhir
2025-10-20 12:31:04 -07:00
parent bf57f36cb5
commit edc0f27e0f
2 changed files with 22 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
services:
bentopdf:
# default mode
# simple mode - bentopdf-simple:latest
image: bentopdf/bentopdf:latest
container_name: bentopdf
restart: unless-stopped
ports:
- '3000:80'
environment:
- SIMPLE_MODE=${SIMPLE_MODE:-false}
- '3000:80'