From 1813bd087e23ed573bd49095df22416e40ff09f8 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Sun, 10 Oct 2021 03:40:37 +0530 Subject: [PATCH] Update chatwoot default version to v1.20.0 (#510) ref: https://github.com/chatwoot/chatwoot/releases/tag/v1.20.0 --- public/v4/apps/chatwoot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/v4/apps/chatwoot.yml b/public/v4/apps/chatwoot.yml index 7a2b230..78a05e7 100644 --- a/public/v4/apps/chatwoot.yml +++ b/public/v4/apps/chatwoot.yml @@ -34,6 +34,7 @@ services: POSTGRES_PASSWORD: $$cap_chatwoot_postgres_password REDIS_URL: redis://srv-captain--$$cap_appname-redis:6379 REDIS_PASSWORD: $$cap_chatwoot_redis_password + INSTALLATION_ENV: caprover caproverExtra: containerHttpPort: '3000' dockerfileLines: @@ -54,6 +55,7 @@ services: POSTGRES_PASSWORD: $$cap_chatwoot_postgres_password REDIS_URL: redis://srv-captain--$$cap_appname-redis:6379 REDIS_PASSWORD: $$cap_chatwoot_redis_password + INSTALLATION_ENV: caprover caproverExtra: dockerfileLines: - FROM chatwoot/chatwoot:$$cap_chatwoot_version @@ -66,7 +68,7 @@ caproverOneClickApp: - id: $$cap_chatwoot_version label: Chatwoot Version Tag description: Choose the latest version from https://hub.docker.com/r/chatwoot/chatwoot/tags - defaultValue: v1.13.1 + defaultValue: v1.20.0 - id: $$cap_chatwoot_secret_key_base label: Chatwoot Secret Key Base description: The randomized string which is used to verify the integrity of signed cookies. Please use a string with more than 26 characters