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
refactor(api): update api configuration and docker setup
- Change API base URL configuration from NEXT_PUBLIC_API_BASE_URL to API_BASE_URL
- Update docker-compose files to use new environment variable
- Remove baseURL from axios instance and use endpoints directly
- Simplify docker development setup with direct volume mounts
feat: change frontend port from 3000 to 6000
Update all references to frontend port in documentation, docker configurations, and code to use port 6000 instead of 3000. Also add CI workflows for building and pushing docker images.