Files
bentopdf/docker-compose.yml
abdullahalam123 3f90e5ed8d feat(docker): add docker configuration files and update styles
refactor: convert script tags to link tags for stylesheets in HTML files
fix: update PDF download to use Uint8Array for blob creation
style: reformat CSS file for better readability and organization
2025-10-12 18:23:13 +05:30

11 lines
180 B
YAML

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