Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 696 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 696 Bytes

Aplicação Omnichannel com bot e WhatsApp

Utilizando Chatwoot, Typebot e Evolution API em containers

dc run --rm chatwoot-rails bundle exec rails db:chatwoot_prepare # preparando banco de dados chatwoot
dc run --rm chatwoot-rails bundle exec rake secret # para criar chave secreta
dc up -d

Atualizando n8n

docker compose pull n8n
docker compose down n8n
docker compose up -d n8n

Atenção para configuração nginx

Ver issue https://github.com/orgs/chatwoot/discussions/2149

# Nginx strips out underscore in headers by default
# Chatwoot relies on underscore in headers for API
# Make sure that the config is set to on.
underscores_in_headers on;