Update compose.yaml
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
# Connect to MongoDB on host port 27021 (where main backend MongoDB is exposed)
|
||||
MONGODB_URI: mongodb://host.docker.internal:27021/dwinzo_demo_db
|
||||
ports:
|
||||
- "8001:8000" # Different port to avoid conflict with main backend
|
||||
- "8002:8000" # Different port to avoid conflict with main backend
|
||||
expose:
|
||||
- 8000
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user