Chore: Update chatwoot config (#227)
* Chatwoot one click installation config * Update chatwoot postgresql
This commit is contained in:
parent
172fe7e3d2
commit
8595727f86
|
|
@ -7,7 +7,7 @@
|
||||||
"version": "3.3",
|
"version": "3.3",
|
||||||
"services": {
|
"services": {
|
||||||
"$$cap_appname-postgres": {
|
"$$cap_appname-postgres": {
|
||||||
"image": "postgres:11.6",
|
"image": "postgres:12",
|
||||||
"notExposeAsWebApp": "true",
|
"notExposeAsWebApp": "true",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
"$$cap_appname-postgres-data:/var/lib/postgresql/data"
|
"$$cap_appname-postgres-data:/var/lib/postgresql/data"
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"RUN chmod +x docker/entrypoints/rails.sh",
|
"RUN chmod +x docker/entrypoints/rails.sh",
|
||||||
"ENTRYPOINT [\"docker/entrypoints/rails.sh\"]",
|
"ENTRYPOINT [\"docker/entrypoints/rails.sh\"]",
|
||||||
"EXPOSE 3000",
|
"EXPOSE 3000",
|
||||||
"CMD bundle exec rake db:setup; bundle exec rake db:migrate; bundle exec rails s -b 0.0.0.0 -p 3000"
|
"CMD bundle exec rails db:prepare; bundle exec rails s -b 0.0.0.0 -p 3000"
|
||||||
],
|
],
|
||||||
"restart": "always",
|
"restart": "always",
|
||||||
"environment": {
|
"environment": {
|
||||||
|
|
@ -78,14 +78,14 @@
|
||||||
},
|
},
|
||||||
"instructions": {
|
"instructions": {
|
||||||
"start": "Open-source customer support saas alternative to Intercom, Drift, Crisp.",
|
"start": "Open-source customer support saas alternative to Intercom, Drift, Crisp.",
|
||||||
"end": "Your Chatwoot instance is now successfully deployed. \n\n 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"
|
"end": "Your Chatwoot instance is now successfully deployed. You can login using test credentials 'john@acme.inc' and '123456' \n\n 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"
|
||||||
},
|
},
|
||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
"id": "$$cap_chatwoot_version",
|
"id": "$$cap_chatwoot_version",
|
||||||
"label": "Chatwoot Version Tag",
|
"label": "Chatwoot Version Tag",
|
||||||
"description": "https://hub.docker.com/r/chatwoot/chatwoot/tags",
|
"description": "https://hub.docker.com/r/chatwoot/chatwoot/tags",
|
||||||
"defaultValue": "v1.3.0"
|
"defaultValue": "v1.6.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "$$cap_chatwoot_secret_key_base",
|
"id": "$$cap_chatwoot_secret_key_base",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue