-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68dcc1c
commit f0d40ee
Showing
10 changed files
with
298 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM node:20.7.0-alpine AS builder | ||
|
||
LABEL version="1.7.5" description="Api to control whatsapp features through http requests." | ||
LABEL version="1.8.0" description="Api to control whatsapp features through http requests." | ||
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes" | ||
LABEL contact="[email protected]" | ||
|
||
|
@@ -59,9 +59,35 @@ ENV DATABASE_SAVE_DATA_CONTACTS=false | |
ENV DATABASE_SAVE_DATA_CHATS=false | ||
|
||
ENV RABBITMQ_ENABLED=false | ||
ENV RABBITMQ_MODE=global | ||
ENV RABBITMQ_EXCHANGE_NAME=evolution_exchange | ||
ENV RABBITMQ_URI=amqp://guest:guest@rabbitmq:5672 | ||
ENV RABBITMQ_EXCHANGE_NAME=evolution_exchange | ||
ENV RABBITMQ_GLOBAL_ENABLED=false | ||
ENV RABBITMQ_EVENTS_APPLICATION_STARTUP=false | ||
ENV RABBITMQ_EVENTS_INSTANCE_CREATE=false | ||
ENV RABBITMQ_EVENTS_INSTANCE_DELETE=false | ||
ENV RABBITMQ_EVENTS_QRCODE_UPDATED=true | ||
ENV RABBITMQ_EVENTS_MESSAGES_SET=true | ||
ENV RABBITMQ_EVENTS_MESSAGES_UPSERT=true | ||
ENV RABBITMQ_EVENTS_MESSAGES_UPDATE=true | ||
ENV RABBITMQ_EVENTS_MESSAGES_DELETE=true | ||
ENV RABBITMQ_EVENTS_SEND_MESSAGE=true | ||
ENV RABBITMQ_EVENTS_CONTACTS_SET=true | ||
ENV RABBITMQ_EVENTS_CONTACTS_UPSERT=true | ||
ENV RABBITMQ_EVENTS_CONTACTS_UPDATE=true | ||
ENV RABBITMQ_EVENTS_PRESENCE_UPDATE=true | ||
ENV RABBITMQ_EVENTS_CHATS_SET=true | ||
ENV RABBITMQ_EVENTS_CHATS_UPSERT=true | ||
ENV RABBITMQ_EVENTS_CHATS_UPDATE=true | ||
ENV RABBITMQ_EVENTS_CHATS_DELETE=true | ||
ENV RABBITMQ_EVENTS_GROUPS_UPSERT=true | ||
ENV RABBITMQ_EVENTS_GROUPS_UPDATE=true | ||
ENV RABBITMQ_EVENTS_GROUP_PARTICIPANTS_UPDATE=true | ||
ENV RABBITMQ_EVENTS_CONNECTION_UPDATE=true | ||
ENV RABBITMQ_EVENTS_LABELS_EDIT=true | ||
ENV RABBITMQ_EVENTS_LABELS_ASSOCIATION=true | ||
ENV RABBITMQ_EVENTS_CALL=true | ||
ENV RABBITMQ_EVENTS_TYPEBOT_START=false | ||
ENV RABBITMQ_EVENTS_TYPEBOT_CHANGE_STATUS=false | ||
|
||
ENV WEBSOCKET_ENABLED=false | ||
ENV WEBSOCKET_GLOBAL_EVENTS=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.