We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286d3f8 commit 247ba1aCopy full SHA for 247ba1a
1 file changed
src/server/docker-compose.yaml
@@ -39,8 +39,6 @@ services:
39
- sentient_network
40
env_file:
41
- ./.env
42
- ports:
43
- - "8000:3000"
44
# No ports are exposed to the host. Communication is internal and secure.
45
46
# 3. WAHA (WhatsApp HTTP API) Service
@@ -55,6 +53,8 @@ services:
55
53
56
54
57
+ ports:
+ - "8000:3000"
58
# No ports are exposed to the host. The sentient-app communicates with it internally.
59
60
# Defines the shared network for all services
0 commit comments