mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-09 16:05:23 +02:00
Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com> Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
16 lines
294 B
TOML
16 lines
294 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
admin_password = "${password:32}"
|
|
|
|
[config]
|
|
env = [
|
|
"ACCEPT_EULA=Y",
|
|
"SEQ_API_CANONICALURI=https://${main_domain}",
|
|
"SEQ_FIRSTRUN_ADMINPASSWORD=${admin_password}"
|
|
]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "seq"
|
|
port = 80
|
|
host = "${main_domain}" |