Files
templates/blueprints/bentopdf/docker-compose.yml
Jainil Prajapati 7cb050772f chore: add bun.lock to ensure consistent dependency versions (#471)
Added bun.lock file to lock versions of project dependencies, ensuring reproducible builds and consistent environments across different setups using Bun as the package manager.
2025-10-25 01:53:51 -06:00

9 lines
125 B
YAML

version: "3.8"
services:
bentopdf:
image: bentopdf/bentopdf:latest
restart: unless-stopped
expose:
- 80