Update compose.yaml

This commit is contained in:
2025-06-11 10:41:20 +00:00
parent 7b36a1aa86
commit 550c576b9c

View File

@@ -27,7 +27,7 @@ services:
# Connect to MongoDB on host port 27021 (where main backend MongoDB is exposed) # Connect to MongoDB on host port 27021 (where main backend MongoDB is exposed)
MONGODB_URI: mongodb://host.docker.internal:27021/dwinzo_demo_db MONGODB_URI: mongodb://host.docker.internal:27021/dwinzo_demo_db
ports: ports:
- "8001:8000" # Different port to avoid conflict with main backend - "8002:8000" # Different port to avoid conflict with main backend
expose: expose:
- 8000 - 8000
networks: networks: