Files
templates/blueprints/prefect/template.toml
Rohit Mulani f796047552 feat: add Prefect template (#930)
* feat: add Prefect template

* fix: tighten Prefect template routing

---------

Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
2026-07-07 15:44:10 -06:00

16 lines
266 B
TOML

[variables]
main_domain = "${domain}"
postgres_password = "${password:32}"
[config]
env = [
"PREFECT_DOMAIN=${main_domain}",
"POSTGRES_PASSWORD=${postgres_password}",
]
mounts = []
[[config.domains]]
serviceName = "prefect"
port = 4200
host = "${main_domain}"