mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-30 06:22:13 -05:00
* Add trailbase * Add comment on mounting local directory * Update meta.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
9 lines
129 B
TOML
9 lines
129 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "trailbase"
|
|
port = 4000
|
|
host = "${main_domain}"
|