mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
18 lines
311 B
TOML
18 lines
311 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
clickhouse_user = "default"
|
|
clickhouse_password = "${password:32}"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "clickhouse"
|
|
port = 8123
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
CLICKHOUSE_USER = "${clickhouse_user}"
|
|
CLICKHOUSE_PASSWORD = "${clickhouse_password}"
|
|
|