From 672299e8f774dc1b619ea639f8d51802ed7605bc Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 23 Jan 2023 17:33:38 +0000 Subject: [PATCH] update ports --- docker-compose.yml | 4 ++-- packages/app/config/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d68b5961..b38a24fb 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: build: packages/server restart: unless-stopped ports: - - "3010:3000" + - "5000:5000" env_file: - api.env volumes: @@ -19,6 +19,6 @@ services: build: packages/message_server restart: unless-stopped ports: - - "3020:3020" + - "3005:3005" env_file: - messaging.env \ No newline at end of file diff --git a/packages/app/config/index.js b/packages/app/config/index.js index 92ad6f6a..2e9031f4 100755 --- a/packages/app/config/index.js +++ b/packages/app/config/index.js @@ -5,8 +5,8 @@ import defaultRemotesOrigins from "../constants/defaultRemotesOrigins.json" const envOrigins = { "development": { - mainApi: `http://${window.location.hostname}:3000`, - messagingApi: `http://${window.location.hostname}:3001`, + mainApi: `http://${window.location.hostname}:3010`, + messagingApi: `http://${window.location.hostname}:3030`, }, "production": { mainApi: "http://api.comty.pw",