Files
templates/blueprints/velix-api/template.toml
Paulo Linder 3f5b738738 feat: add Velix API one-click template (#793)
* feat: add Velix API one-click template

Self-hosted WhatsApp API with multi-instance support, webhooks, n8n
node, and Chatwoot integration. Includes PostgreSQL 16 and Redis 7.

* fix: use standard port integer literal
2026-07-07 15:03:20 -06:00

17 lines
275 B
TOML

[variables]
main_domain = "${domain}"
DB_PASSWORD = "${password:32}"
JWT_SECRET = "${password:64}"
[config]
env = [
"DB_PASSWORD=${DB_PASSWORD}",
"JWT_SECRET=${JWT_SECRET}",
]
mounts = []
[[config.domains]]
serviceName = "velix-api"
port = 8080
host = "${main_domain}"