diff options
| author | Vishnu Narayanan <[email protected]> | 2023-10-12 19:35:27 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-12 07:05:27 -0700 |
| commit | 062d8b6798acb2e46b8d8fdf78f6705e5f6ced4e (patch) | |
| tree | bc773f0729dc5e82a919afafe3f69c00d287275c | |
| parent | 6d9d0c307dd2e29b36930c1226294d8c5f4c350b (diff) | |
| download | caprover-one-click-apps-062d8b6798acb2e46b8d8fdf78f6705e5f6ced4e.tar.gz caprover-one-click-apps-062d8b6798acb2e46b8d8fdf78f6705e5f6ced4e.zip | |
chore: update chatwoot.yml to use v3 and postgres15 (#974)
* chore: update chatwoot.yml to use v3 and postgres15
* Update chatwoot.yml
| -rw-r--r-- | public/v4/apps/chatwoot.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/chatwoot.yml b/public/v4/apps/chatwoot.yml index cc3d2fb..499c95e 100644 --- a/public/v4/apps/chatwoot.yml +++ b/public/v4/apps/chatwoot.yml @@ -1,7 +1,7 @@ captainVersion: 4 services: $$cap_appname-postgres: - image: postgres:12 + image: postgres:15 volumes: - $$cap_appname-postgres-data:/var/lib/postgresql/data restart: always @@ -69,7 +69,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: v2.16.0 + defaultValue: v3.1.1 - 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 |
