FIX PORTS
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
DIGIFI_PORT=5173
|
OFFICE_PORT=3000
|
||||||
|
|
||||||
# Social Links
|
# Social Links
|
||||||
FACEBOOK_URL=https://www.facebook.com
|
FACEBOOK_URL=https://www.facebook.com
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
DIGIFI_PORT=5173
|
OFFICE_PORT=3000
|
||||||
|
|
||||||
# Social Links
|
# Social Links
|
||||||
VITE_FACEBOOK_URL=https://www.facebook.com
|
VITE_FACEBOOK_URL=https://www.facebook.com
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
DIGIFI_PORT=5173
|
OFFICE_PORT=3000
|
||||||
|
|
||||||
# Social Links
|
# Social Links
|
||||||
FACEBOOK_URL=https://www.facebook.com
|
FACEBOOK_URL=https://www.facebook.com
|
||||||
|
|||||||
+4
-2
@@ -16,15 +16,17 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8092:3000
|
- 8092:3000
|
||||||
expose:
|
expose:
|
||||||
- "5173"
|
# - "5173"
|
||||||
- "3000"
|
- "3000"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- devapi.mermsemr.com:10.10.33.15
|
- devapi.mermsemr.com:10.10.33.15
|
||||||
- api.mermsemr.com:10.10.33.15
|
- api.mermsemr.com:10.10.33.15
|
||||||
- devsocket.mermsemr.com:10.10.33.15
|
- devsocket.mermsemr.com:10.10.33.15
|
||||||
- socket.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:
|
environment:
|
||||||
- PORT=${DIGIFI_PORT}
|
- PORT=${OFFICE_PORT}
|
||||||
- NODE_ENV=${NODE_ENV:-production}
|
- NODE_ENV=${NODE_ENV:-production}
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "digifi-salaryloan",
|
"name": "merms-office",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "digifi-salaryloan",
|
"name": "merms-office",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reduxjs/toolkit": "^2.5.1",
|
"@reduxjs/toolkit": "^2.5.1",
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build_RE": "react-scripts build",
|
|
||||||
"build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
|
"build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
|
|||||||
Reference in New Issue
Block a user