• Stars
    star
    118
  • Rank 291,016 (Top 6 %)
  • Language
    TypeScript
  • License
    Apache License 2.0
  • Created about 3 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crie facilmente imagens do Docker com diferentes versões/combinações de linguagens e dependências comuns, para uso no WPPConnect.

WPPConnect Team

Wppconnect Docker

Crie facilmente imagens do Docker com diferentes versões/combinações de linguagens e dependências comuns, para uso no WPPConnect.

Nossos canais online

Discord Telegram Group WhatsApp Group YouTube

Requisitos

  • Docker 3.x ou mais recente.

Instalação

Faça o download da pasta correspondente ao tutorial abaixo para instalar:

Docker #1: Deploy do Server e Front-end utilizando Contêineres.

Docker #2: Configurando um ambiente de desenvolvimento para o WPPConnect.

Docker #3: Subindo tudo com apenas uma linha de comando utilizando o server-cli

Docker #4: Configurando um certificado https para o localhost.

Docker #5: Configurando 5 Servers do WPPConnect com load balancing utilizando o Nginx.

Docker #6: Configurando o Server do WPPConnect com Chatwoot utilizando o Nginx.

Docker #7: Utilizando o Client PHP + MySQL + phpMyAdmin + Nginx com o Server WPPConnect.

Roadmap (Próximos Vídeos/Tutoriais)

  • Docker #8: Configurando o Client Laravel para consumir os endpoints do WPPConnect.

Comandos Utilizados

Compila, (re)cria, inicia e anexa um contêiner para um serviço:

$ docker-compose up --build --no-start

Para e remove todos o(s) contêiner(es) e a(s) rede(s):

$ docker-compose down

Inicia o(s) contêiner(es):

$ docker-compose start [nomedoserviço...]

Para o(s) contêiner(es):

$ docker-compose stop [nomedoserviço...]

Lista as imagens usadas pelos contêineres criados:

$ docker images

Visualiza os logs dos contêineres.

$ docker logs [nomedoserviço...]

Visualiza as estatística dos contêineres como: consumo de cpu, memória, etc...

$ docker stats [nomedoserviço....]

Exclui todos os processos/serviços do computador local:

$ docker rm $(docker ps -a -q) -f  

Exclui todas as imagens do computador local:

$ docker rmi $(docker images -a -q) -f

Remove o cache do builder:

$ docker builder prune

Remove as redes não utilizadas:

$ docker network prune

Acesse o link para ver todos os comandos do Docker.

Postman

Acesse o Postman Collection do WPPConnect com todos os endpoints.

More Repositories

1

wppconnect

WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination
TypeScript
1,624
star
2

wppconnect-server

Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
TypeScript
589
star
3

wa-js

WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web
TypeScript
271
star
4

wppconnect-frontend

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically.
JavaScript
228
star
5

WPP4Delphi

WPP4Delphi is an open-source project with the aim of exporting functions from WhatsApp Web for Delphi, which can be used to support the creation of any interaction.
Pascal
174
star
6

whaticket

This is a fork of https://github.com/canove/whaticket: A very simple Ticket System based on WhatsApp messages, that allow multi-users in same WhatsApp account.
JavaScript
44
star
7

wppconnect-php-client

Um simples cliente PHP que proporciona acesso fácil aos endpoints do WPPConnect Server.
PHP
43
star
8

wa-version

HTML
41
star
9

wppconnect-laravel-client

Uma API simples com empacotador Guzzle, fornecendo acesso fácil aos endpoints do WPPConnect Server.
PHP
37
star
10

server-cli

JavaScript
32
star
11

wppconnect-loader

WPPConnectLoader is an open source project developed by the JavaScript community with the aim of exporting functions from Webpack modules
TypeScript
25
star
12

wppconnect-frontend-vue

Vue
24
star
13

wppconnect-team.github.io

Simple page
JavaScript
23
star
14

wa-js-api-server

WPPConnect/WA-JS API SERVER is a small api server to provide url preview for @wppconnect/wa-js library
TypeScript
19
star
15

mobile

WPPConnect/mobile is an open source project with the objective of automating whatsapp web using the android or ios mobile browser and being able to perform all the functions of our wa-js project, so it is possible to create a customer service, media sending, intelligence recognition based on artificial phrases and many other things, use your imagination to change and modify this project or collaborate on improvements...
TypeScript
19
star
16

WPP4DotNet

C#
13
star
17

wppconnect-delphi-client

Pascal
11
star
18

wppconnect-csharp

C#
10
star
19

wppconnect-laravel-notification-channel

4
star
20

wa-proto

Protobuf files from WhatsApp WEB
JavaScript
2
star