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
This commit is contained in:
abdullahalam123
2025-10-17 21:27:25 +05:30
parent cc83d7951f
commit d98e18b51f
3 changed files with 83 additions and 49 deletions

View File

@@ -1,11 +1,7 @@
version: '3.8'
services:
bentopdf:
build:
context: .
dockerfile: Dockerfile
image: bentopdf/bentopdf:latest
container_name: bentopdf
ports:
- '3000:80'
restart: unless-stopped
ports:
- "3000:80"