FIX PORTS
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user