mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-04 13:35:23 +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.
10 lines
137 B
TOML
10 lines
137 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "bentopdf"
|
|
port = 80
|
|
host = "${main_domain}"
|
|
path = "/"
|