diff --git a/compose.yaml b/compose.yaml index 8687016..acc714a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ networks: DwinzoMajor: - external: true # Reuse existing network created by main backend + external: true # Must already exist from main backend services: api-server: @@ -12,7 +12,7 @@ services: NODE_ENV: development MONGO_URL: "mongodb://mongo-Dwinzocontainer:27017/dwinzodb" ports: - - "5001:5000" # Changed port to avoid conflict + - "5001:5000" # Avoid port conflict with main backend networks: - DwinzoMajor @@ -25,6 +25,6 @@ services: NODE_ENV: development MONGO_URL: "mongodb://mongo-Dwinzocontainer:27017/dwinzodb" ports: - - "8001:8000" # Changed port to avoid conflict + - "8001:8000" # Avoid port conflict networks: - DwinzoMajor \ No newline at end of file