diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 896c7c4..e85a96b 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -57,8 +57,8 @@ services: restart: unless-stopped environment: NODE_ENV: production - BACKEND_URL: http://backend:8000 - AGENT_URL: http://backend:8000/api/v1/agent/agui + BACKEND_URL: http://wealthysmart-backend-prod:8000 + AGENT_URL: http://wealthysmart-backend-prod:8000/api/v1/agent/agui JWT_SECRET: ${SECRET_KEY} COOKIE_DOMAIN: wealth.cescalante.dev COOKIE_SECURE: "true"