From b8802422316afd750469ace449a1629b9d2a7520 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 12 Sep 2025 19:53:51 -0400 Subject: [PATCH] FIX PORTS --- .env | 2 +- .env.development | 2 +- .env.production | 2 +- docker-compose.yml | 6 ++++-- package-lock.json | 4 ++-- package.json | 1 - 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.env b/.env index 4973273..c6b8983 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -DIGIFI_PORT=5173 +OFFICE_PORT=3000 # Social Links FACEBOOK_URL=https://www.facebook.com diff --git a/.env.development b/.env.development index 4af5082..77cac7a 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -DIGIFI_PORT=5173 +OFFICE_PORT=3000 # Social Links VITE_FACEBOOK_URL=https://www.facebook.com diff --git a/.env.production b/.env.production index 3f93158..57d25eb 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -DIGIFI_PORT=5173 +OFFICE_PORT=3000 # Social Links FACEBOOK_URL=https://www.facebook.com diff --git a/docker-compose.yml b/docker-compose.yml index f1cf041..e0754cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,15 +16,17 @@ services: ports: - 8092:3000 expose: - - "5173" +# - "5173" - "3000" extra_hosts: - devapi.mermsemr.com:10.10.33.15 - api.mermsemr.com:10.10.33.15 - devsocket.mermsemr.com:10.10.33.15 - socket.mermsemr.com:10.10.33.15 + - media.mermsemr.com:10.10.33.15 + - devmedia.mermsemr.com:10.10.33.15 environment: - - PORT=${DIGIFI_PORT} + - PORT=${OFFICE_PORT} - NODE_ENV=${NODE_ENV:-production} tty: true stdin_open: true diff --git a/package-lock.json b/package-lock.json index 3599027..c7bbcda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "digifi-salaryloan", + "name": "merms-office", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "digifi-salaryloan", + "name": "merms-office", "version": "0.1.0", "dependencies": { "@reduxjs/toolkit": "^2.5.1", diff --git a/package.json b/package.json index 92350af..358f018 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ }, "scripts": { "start": "react-scripts start", - "build_RE": "react-scripts build", "build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production", "test": "react-scripts test", "eject": "react-scripts eject"