Added host URLs
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
SKIP_PREFLIGHT_CHECK=true
|
SKIP_PREFLIGHT_CHECK=true
|
||||||
REACT_APP_NODE_ENV="development"
|
REACT_APP_NODE_ENV="development"
|
||||||
|
REACT_APP_SOCKET_URL="https://dev-socket.mermsemr.com"
|
||||||
|
REACT_APP_MAIN_API="https://dev-api.mermsemr.com"
|
||||||
|
REACT_APP_MEDIA_SERVER="https://dev-media.mermsemr.com"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
SKIP_PREFLIGHT_CHECK=true
|
SKIP_PREFLIGHT_CHECK=true
|
||||||
REACT_APP_NODE_ENV="development"
|
REACT_APP_NODE_ENV="development"
|
||||||
|
REACT_APP_SOCKET_URL="https://dev-socket.mermsemr.com"
|
||||||
|
REACT_APP_MAIN_API="https://dev-api.mermsemr.com"
|
||||||
|
REACT_APP_MEDIA_SERVER="https://dev-media.mermsemr.com"
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -1,3 +1,5 @@
|
|||||||
SKIP_PREFLIGHT_CHECK=true
|
SKIP_PREFLIGHT_CHECK=true
|
||||||
REACT_APP_NODE_ENV="production"
|
REACT_APP_NODE_ENV="production"
|
||||||
|
REACT_APP_SOCKET_URL="https://socket.mermsemr.com"
|
||||||
|
REACT_APP_MAIN_API="https://api.mermsemr.com"
|
||||||
|
REACT_APP_MEDIA_SERVER="https://media.mermsemr.com"
|
||||||
|
|||||||
+6
-2
@@ -17,8 +17,12 @@ services:
|
|||||||
- ./src/:/usr/src/app/src
|
- ./src/:/usr/src/app/src
|
||||||
- ./run.sh:/usr/src/app/run.sh
|
- ./run.sh:/usr/src/app/run.sh
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- backend.mermsemr.api.live:10.10.33.15
|
- api.mermsemr.com:10.10.33.15
|
||||||
- backend.mermsemr.api.test:10.10.33.15
|
- devapi.mermsemr.com:10.10.33.15
|
||||||
|
- dev-socket.mermsemr.com:10.10.33.15
|
||||||
|
- socket.mermsemr.com:10.10.33.15
|
||||||
|
- dev-media.mermsemr.com:10.10.33.15
|
||||||
|
- media.mermsemr.com:10.10.33.15
|
||||||
environment:
|
environment:
|
||||||
- CHOKIDAR_USEPOLLING=true
|
- CHOKIDAR_USEPOLLING=true
|
||||||
- NODE_ENV=${NODE_ENV:-production}
|
- NODE_ENV=${NODE_ENV:-production}
|
||||||
|
|||||||
Reference in New Issue
Block a user