Skip to content

Commit

Permalink
chore: update chatwoot.yml to use v3 and postgres15 (#974)
Browse files Browse the repository at this point in the history
* chore: update chatwoot.yml to use v3 and postgres15

* Update chatwoot.yml
  • Loading branch information
vishnu-narayanan authored Oct 12, 2023
1 parent 6d9d0c3 commit 062d8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/v4/apps/chatwoot.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 062d8b6

Please sign in to comment.