Files
templates/blueprints/typecho/template.toml
zhengpengxin 961bb60620 Add Typecho template (#165)
* Add Typecho template

* Resolve the Docker Compose error issue
2025-06-19 22:25:12 -06:00

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}"