fix port mapping

This commit is contained in:
SennayT
2026-06-06 09:56:57 +03:00
parent 4b223fc02b
commit 5a4f5969d4
3 changed files with 6 additions and 2 deletions

View File

@@ -66,6 +66,8 @@ services:
- npmrc
ports:
- "${PASSENGER_PORTAL_PORT:-5174}:5174"
env_file:
- apps/edr-passenger-web/portal/.env
passenger-backoffice:
build:
@@ -80,6 +82,8 @@ services:
- npmrc
ports:
- "${PASSENGER_BACKOFFICE_PORT:-5184}:5184"
env_file:
- apps/edr-passenger-web/backoffice/.env
secrets:
npmrc: