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)
|
# 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user