Update environment variable names for passenger web apps in Docker configuration

This commit is contained in:
Stephanos A
2026-06-03 07:56:04 +03:00
parent 75556a9c39
commit 20c97ed943
2 changed files with 7 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ services:
args:
TURBO_FILTER: "@edr/passenger-portal"
APP_PATH: apps/edr-passenger-web/portal
VITE_API_URL: ${PASSENGER_VITE_API_URL:-http://localhost:4000}
NEXT_PUBLIC_API_URL: ${PASSENGER_API_URL:-http://localhost:4000}
secrets:
- npmrc
ports:
@@ -73,7 +73,7 @@ services:
args:
TURBO_FILTER: "@edr/passenger-backoffice"
APP_PATH: apps/edr-passenger-web/backoffice
VITE_API_URL: ${PASSENGER_VITE_API_URL:-http://localhost:4000}
NEXT_PUBLIC_API_URL: ${PASSENGER_API_URL:-http://localhost:4000}
secrets:
- npmrc
ports: