mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
18 lines
316 B
TOML
18 lines
316 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
root_email = "${email}"
|
|
root_password = "${password:32}"
|
|
|
|
[config]
|
|
env = [
|
|
"ZO_ROOT_USER_EMAIL=${root_email}",
|
|
"ZO_ROOT_USER_PASSWORD=${root_password}",
|
|
"ZO_DATA_DIR=/data",
|
|
]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "openobserve"
|
|
port = 5080
|
|
host = "${main_domain}"
|