mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix port mapping
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 5184",
|
"dev": "next dev -p 5184",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p 5184",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"type-check": "tsc --noEmit"
|
"type-check": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 5174",
|
"dev": "next dev -p 5174",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p 5174",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"type-check": "tsc --noEmit"
|
"type-check": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -66,6 +66,8 @@ services:
|
|||||||
- npmrc
|
- npmrc
|
||||||
ports:
|
ports:
|
||||||
- "${PASSENGER_PORTAL_PORT:-5174}:5174"
|
- "${PASSENGER_PORTAL_PORT:-5174}:5174"
|
||||||
|
env_file:
|
||||||
|
- apps/edr-passenger-web/portal/.env
|
||||||
|
|
||||||
passenger-backoffice:
|
passenger-backoffice:
|
||||||
build:
|
build:
|
||||||
@@ -80,6 +82,8 @@ services:
|
|||||||
- npmrc
|
- npmrc
|
||||||
ports:
|
ports:
|
||||||
- "${PASSENGER_BACKOFFICE_PORT:-5184}:5184"
|
- "${PASSENGER_BACKOFFICE_PORT:-5184}:5184"
|
||||||
|
env_file:
|
||||||
|
- apps/edr-passenger-web/backoffice/.env
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
npmrc:
|
npmrc:
|
||||||
|
|||||||
Reference in New Issue
Block a user