mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-26 17:45:51 +02:00
Introduces a new blueprint for Agent DVR, including docker-compose configuration, template variables, and an icon. Updates meta.json to register Agent DVR with relevant metadata, description, and links.
14 lines
215 B
TOML
14 lines
215 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
timezone = "America/New_York"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "agentdvr"
|
|
port = 8090
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
TIMEZONE = "${timezone}"
|
|
|
|
[[config.mounts]] |