mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* feat: add PrivateBin template * chore: pin privatebin template version --------- Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
12 lines
152 B
TOML
12 lines
152 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = {}
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "privatebin"
|
|
port = 8080
|
|
host = "${main_domain}"
|