mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 13:24:11 -05:00
* 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
17 lines
275 B
TOML
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}"
|