mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-03 21:15:24 +02:00
13 lines
210 B
TOML
13 lines
210 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
db_password = "${password:16}"
|
|
root_password = "${password:16}"
|
|
|
|
[config]
|
|
env = {}
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "typecho"
|
|
port = 80
|
|
host = "${main_domain}" |