mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
8
blueprints/bentopdf/docker-compose.yml
Normal file
8
blueprints/bentopdf/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
bentopdf:
|
||||
image: bentopdf/bentopdf:latest
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 80
|
||||
BIN
blueprints/bentopdf/image.png
Normal file
BIN
blueprints/bentopdf/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
9
blueprints/bentopdf/template.toml
Normal file
9
blueprints/bentopdf/template.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "bentopdf"
|
||||
port = 80
|
||||
host = "${main_domain}"
|
||||
path = "/"
|
||||
Reference in New Issue
Block a user