Skip to content

Commit 0363fa9

Browse files
author
ricael
committed
improv
1 parent f72b1f7 commit 0363fa9

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

docker-compose.dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ services:
55
build: .
66
restart: always
77
ports:
8-
- 8080:8080
8+
- 9000:9000
99
volumes:
1010
- evolution_instances:/evolution/instances
1111
networks:
1212
- evolution-net
1313
env_file:
1414
- .env
1515
expose:
16-
- 8080
16+
- 9000
1717

1818
volumes:
1919
evolution_instances:

package-lock.json

Lines changed: 30 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"@paralleldrive/cuid2": "^2.2.2",
5858
"@prisma/client": "^6.1.0",
5959
"@sentry/node": "^8.47.0",
60+
"baileys": "npm:@whiskeysockets/baileys@^7.0.0-rc.3",
6061
"amqplib": "^0.10.5",
6162
"audio-decode": "^2.2.3",
6263
"axios": "^1.7.9",
63-
"baileys": "github:WhiskeySockets/Baileys",
6464
"class-validator": "^0.14.1",
6565
"compression": "^1.7.5",
6666
"cors": "^2.8.5",

0 commit comments

Comments
 (0)