Update VITE_API_URL for production deployment

This commit is contained in:
Sennay
2026-06-16 22:15:57 +03:00
committed by GitHub
parent c1d96f1daf
commit 2d513b78a3

View File

@@ -57,7 +57,7 @@ services:
TURBO_FILTER: "@edr/freight-portal" TURBO_FILTER: "@edr/freight-portal"
APP_PATH: apps/edr-freight-web/portal APP_PATH: apps/edr-freight-web/portal
# Browser-reachable URL; override for production deployments # Browser-reachable URL; override for production deployments
VITE_API_URL: ${FREIGHT_VITE_API_URL:-http://localhost:3001/api} VITE_API_URL: ${FREIGHT_VITE_API_URL:-https://edrfreightapi.triaplc.com/api}
secrets: secrets:
- npmrc - npmrc
ports: ports:
@@ -70,7 +70,7 @@ services:
args: args:
TURBO_FILTER: "@edr/freight-backoffice" TURBO_FILTER: "@edr/freight-backoffice"
APP_PATH: apps/edr-freight-web/backoffice APP_PATH: apps/edr-freight-web/backoffice
VITE_API_URL: ${FREIGHT_VITE_API_URL:-http://localhost:3001/api} VITE_API_URL: ${FREIGHT_VITE_API_URL:-https://edrfreightapi.triaplc.com/api}
secrets: secrets:
- npmrc - npmrc
ports: ports: