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