2025-10-17 21:27:25 +05:30
|
|
|
services:
|
|
|
|
|
bentopdf:
|
|
|
|
|
build:
|
|
|
|
|
context: .
|
|
|
|
|
dockerfile: Dockerfile
|
2025-10-22 19:10:33 -07:00
|
|
|
args:
|
2025-10-24 00:36:40 -07:00
|
|
|
SIMPLE_MODE: false # false for default mode, true for simple mode
|
2025-10-17 21:27:25 +05:30
|
|
|
container_name: bentopdf
|
|
|
|
|
ports:
|
2025-10-25 00:53:18 -07:00
|
|
|
- '8080:8080'
|
2025-10-17 21:27:25 +05:30
|
|
|
restart: unless-stopped
|
2026-03-09 17:02:30 +01:00
|
|
|
# For IPv4-only environments
|
|
|
|
|
#environment:
|
|
|
|
|
# - DISABLE_IPV6=true
|