Build issues resolution

This commit is contained in:
Stephanos A
2026-06-02 22:35:07 +03:00
parent aa41cc54a3
commit 4a71708d96
20 changed files with 125 additions and 51 deletions

View File

@@ -61,6 +61,8 @@ services:
TURBO_FILTER: "@edr/passenger-portal"
APP_PATH: apps/edr-passenger-web/portal
VITE_API_URL: ${PASSENGER_VITE_API_URL:-http://localhost:4000}
secrets:
- npmrc
ports:
- "${PASSENGER_PORTAL_PORT:-5174}:80"
@@ -72,6 +74,8 @@ services:
TURBO_FILTER: "@edr/passenger-backoffice"
APP_PATH: apps/edr-passenger-web/backoffice
VITE_API_URL: ${PASSENGER_VITE_API_URL:-http://localhost:4000}
secrets:
- npmrc
ports:
- "${PASSENGER_BACKOFFICE_PORT:-5184}:80"