mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
fix(chatwoot): align metadata and HTTPS defaults
Update Chatwoot metadata to match the pinned image version and default the template URL/SSL settings for Dokploy TLS deployments. Made-with: Cursor
This commit is contained in:
@@ -6,9 +6,9 @@ redis_password = "${password}"
|
||||
|
||||
[config]
|
||||
env = [
|
||||
"FRONTEND_URL=http://${main_domain}",
|
||||
"FRONTEND_URL=https://${main_domain}",
|
||||
"SECRET_KEY_BASE=${secret_key_base}",
|
||||
"FORCE_SSL=false",
|
||||
"FORCE_SSL=true",
|
||||
"RAILS_ENV=production",
|
||||
"NODE_ENV=production",
|
||||
"INSTALLATION_ENV=docker",
|
||||
|
||||
Reference in New Issue
Block a user