Skip to content

Commit 286d3f8

Browse files
committed
fix (deployment); exposing waha port to the public
1 parent b0c18b8 commit 286d3f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/server/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ services:
3939
- sentient_network
4040
env_file:
4141
- ./.env
42+
ports:
43+
- "8000:3000"
4244
# No ports are exposed to the host. Communication is internal and secure.
4345

4446
# 3. WAHA (WhatsApp HTTP API) Service

0 commit comments

Comments
 (0)