From f09fedb7c0996b2f66d2661d8906fd91aa5b9615 Mon Sep 17 00:00:00 2001 From: OrionDesign <139019565+oriondesign2015@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:39:17 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20Stack=20Evolution=20API?= =?UTF-8?q?=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adição de algumas environments que imagino que estejam faltando. --- Docker/evolution_api_v2.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Docker/evolution_api_v2.yaml b/Docker/evolution_api_v2.yaml index d5fda76f..107d8623 100644 --- a/Docker/evolution_api_v2.yaml +++ b/Docker/evolution_api_v2.yaml @@ -10,7 +10,6 @@ services: environment: - SERVER_URL=https://evo2.site.com - DEL_INSTANCE=false - - DEL_TEMP_INSTANCES=false - PROVIDER_ENABLED=false - PROVIDER_HOST=127.0.0.1 - PROVIDER_PORT=5656 @@ -93,10 +92,12 @@ services: - CONFIG_SESSION_PHONE_NAME=Chrome - CONFIG_SESSION_PHONE_VERSION=2.2413.51 - QRCODE_LIMIT=30 + - OPENAI_ENABLED=true - TYPEBOT_ENABLED=true - TYPEBOT_API_VERSION=latest - CHATWOOT_ENABLED=true - CHATWOOT_MESSAGE_READ=true + - CHATWOOT_MESSAGE_DELETE=true - CHATWOOT_IMPORT_DATABASE_CONNECTION_URI=postgresql://postgres:PASSWORD@postgres:5432/chatwoot?sslmode=disable - CHATWOOT_IMPORT_PLACEHOLDER_MEDIA_MESSAGE=true - CACHE_REDIS_ENABLED=true @@ -138,4 +139,4 @@ volumes: networks: network_public: external: true - name: network_public \ No newline at end of file + name: network_public