From d23ab02167f3961907baaeffe18461022e4fc9fe Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Tue, 23 Feb 2021 19:27:07 +0530 Subject: [PATCH] chore: fix breakage with caprover installations (#366) --- public/v4/apps/chatwoot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/v4/apps/chatwoot.yml b/public/v4/apps/chatwoot.yml index 80696cf..02cbb8e 100644 --- a/public/v4/apps/chatwoot.yml +++ b/public/v4/apps/chatwoot.yml @@ -41,7 +41,7 @@ services: - RUN chmod +x docker/entrypoints/rails.sh - ENTRYPOINT ["docker/entrypoints/rails.sh"] - EXPOSE 3000 - - CMD bundle exec rails db:prepare; bundle exec rails s -b 0.0.0.0 -p 3000 + - CMD bundle exec rails db:chatwoot_prepare; bundle exec rails s -b 0.0.0.0 -p 3000 $$cap_appname-worker: restart: always environment: @@ -65,8 +65,8 @@ caproverOneClickApp: variables: - id: $$cap_chatwoot_version label: Chatwoot Version Tag - description: https://hub.docker.com/r/chatwoot/chatwoot/tags - defaultValue: v1.9.0 + description: Choose the latest version from https://hub.docker.com/r/chatwoot/chatwoot/tags + defaultValue: v1.13.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 @@ -82,7 +82,7 @@ caproverOneClickApp: instructions: start: Open-source customer support saas alternative to Intercom, Drift, Crisp. end: >- - Your Chatwoot instance is now successfully deployed. You can create a new account using signup option. + Your Chatwoot instance is now successfully deployed. Refer https://www.chatwoot.com/docs/environment-variables/ for full list of environment variables available. Let us know if you have any queries through hello@chatwoot.com displayName: Chatwoot