mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
17 lines
270 B
TOML
17 lines
270 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
sb_user = "admin:${password:16}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "silverbullet"
|
|
port = 3000
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
SB_USER = "${sb_user}"
|
|
|
|
[[config.mounts]]
|
|
name = "silverbullet-space"
|
|
mountPath = "/space"
|