Bentopdf / docker-compose.dev.yml
AUXteam's picture
Upload docker-compose.dev.yml with huggingface_hub
b356b95 verified
raw
history blame contribute delete
331 Bytes
services:
bentopdf:
build:
context: .
dockerfile: Dockerfile
args:
SIMPLE_MODE: false # false for default mode, true for simple mode
container_name: bentopdf
ports:
- '8080:8080'
restart: unless-stopped
# For IPv4-only environments
#environment:
# - DISABLE_IPV6=true