fix production

This commit is contained in:
root
2026-06-04 13:17:52 -04:00
parent 56d936be35
commit a5c0512dfa
4 changed files with 40 additions and 1 deletions
+3
View File
@@ -37,6 +37,9 @@ REDIS_URL=redis://redis:6379
API_PORT=4000
# SSR server-side calls go via the internal Docker network
API_INTERNAL_URL=http://api:4000/api/v1
# Next.js rewrites between the marketplace and internal apps also use Docker-network URLs
DASHBOARD_INTERNAL_URL=http://dashboard:3001
ADMIN_INTERNAL_URL=http://admin:3002
# Public-facing API URL visible to browsers — MUST be your real domain, not localhost
API_URL=https://api.rentaldrivego.ma
# Baked into Next.js bundles at build time — MUST be set before running `npm run build`