Fix production assistant backend DNS
All checks were successful
Deploy to VPS / test (push) Successful in 1m43s
Deploy to VPS / deploy (push) Successful in 8s

This commit is contained in:
Carlos Escalante
2026-07-14 18:46:04 -06:00
parent 1e6ebab2b2
commit c527b3d6d0

View File

@@ -59,8 +59,9 @@ services:
restart: unless-stopped restart: unless-stopped
environment: environment:
NODE_ENV: production NODE_ENV: production
BACKEND_URL: http://wealthysmart-backend-prod:8000 # Compose service names are the stable DNS names on this network.
AGENT_URL: http://wealthysmart-backend-prod:8000/api/v1/agent/agui BACKEND_URL: http://backend:8000
AGENT_URL: http://backend:8000/api/v1/agent/agui
JWT_SECRET: ${SECRET_KEY} JWT_SECRET: ${SECRET_KEY}
COOKIE_DOMAIN: wealth.cescalante.dev COOKIE_DOMAIN: wealth.cescalante.dev
COOKIE_SECURE: "true" COOKIE_SECURE: "true"