mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* 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>
16 lines
266 B
TOML
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}"
|