mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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.
9 lines
125 B
YAML
9 lines
125 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
bentopdf:
|
|
image: bentopdf/bentopdf:latest
|
|
restart: unless-stopped
|
|
expose:
|
|
- 80
|