Skip to content

Commit 247ba1a

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/docker-compose.yaml

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

4644
# 3. WAHA (WhatsApp HTTP API) Service
@@ -55,6 +53,8 @@ services:
5553
- sentient_network
5654
env_file:
5755
- ./.env
56+
ports:
57+
- "8000:3000"
5858
# No ports are exposed to the host. The sentient-app communicates with it internally.
5959

6060
# Defines the shared network for all services

0 commit comments

Comments
 (0)