mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
Merge branch 'develop' into patch-1
This commit is contained in:
@@ -59,6 +59,7 @@ WEBHOOK_EVENTS_QRCODE_UPDATED=true
|
||||
WEBHOOK_EVENTS_MESSAGES_SET=true
|
||||
WEBHOOK_EVENTS_MESSAGES_UPSERT=true
|
||||
WEBHOOK_EVENTS_MESSAGES_UPDATE=true
|
||||
WEBHOOK_EVENTS_MESSAGES_DELETE=true
|
||||
WEBHOOK_EVENTS_SEND_MESSAGE=true
|
||||
WEBHOOK_EVENTS_CONTACTS_SET=true
|
||||
WEBHOOK_EVENTS_CONTACTS_UPSERT=true
|
||||
|
||||
@@ -15,8 +15,6 @@ services:
|
||||
volumes:
|
||||
- evolution_mongodb_data:/data/db
|
||||
- evolution_mongodb_configdb:/data/configdb
|
||||
networks:
|
||||
- evolution-net
|
||||
expose:
|
||||
- 27017
|
||||
|
||||
@@ -38,6 +36,6 @@ volumes:
|
||||
evolution_mongodb_configdb:
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: evolution-net
|
||||
evolution-net:
|
||||
external: true
|
||||
|
||||
@@ -24,5 +24,5 @@ volumes:
|
||||
evolution_redis:
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: evolution-net
|
||||
evolution-net:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user