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.
This commit is contained in:
Jainil Prajapati
2025-10-25 13:23:51 +05:30
committed by GitHub
parent a3453ed2d7
commit 7cb050772f
6 changed files with 734 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
version: "3.8"
services:
bentopdf:
image: bentopdf/bentopdf:latest
restart: unless-stopped
expose:
- 80

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,9 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "bentopdf"
port = 80
host = "${main_domain}"
path = "/"