Files
bentopdf/docker-compose.dev.yml
abdullahalam123 d98e18b51f build(docker): add docker-compose.dev.yml and update docker-compose.yml
Add development docker-compose configuration and switch production config to use pre-built image
docs: update README with improved setup instructions and new features
2025-10-17 21:27:25 +05:30

10 lines
165 B
YAML

services:
bentopdf:
build:
context: .
dockerfile: Dockerfile
container_name: bentopdf
ports:
- '3000:80'
restart: unless-stopped