- Add VITE_API_URL to docker-compose for frontend service.
- Introduce FRONTEND_URL in backend environment files for redirection after Google login.
- Update Google authentication router to use dynamic FRONTEND_URL for redirects.
- Add docker-compose.override.yml to .gitignore to prevent it from being included in production.
- Modify docker-compose.yaml to ensure the frontend service depends on the backend service.