You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(guardrails): correct sidecar port (5001) + README for combined image
The combined Presidio image (docker/pii.Dockerfile) serves /analyze + /anonymize
on a single port 5001 with native VIN + multi-language recognizers. Fix the
PRESIDIO_URL default (was 5002) and rewrite the README, which still described two
stock containers and a TS VIN recognizer.
PORT: z.number().optional(),// Main application port
312
312
INTERNAL_API_BASE_URL: z.string().optional(),// Optional internal base URL for server-side self-calls; must include protocol if set (e.g., http://sim-app.namespace.svc.cluster.local:3000)
313
313
ALLOWED_ORIGINS: z.string().optional(),// CORS allowed origins
0 commit comments