I use docker for deploying, but it just show me the 'Network Error' when try to login the frontend, and I found that I can't change the API base URL, I tried to update the variable VITE_API_URL in docker-compose.override.yml and also updated the frontend/.env but not working, please find the below error

it always uses the http://localhost:8000 for the base API URL, and I also updated BACKEND_CORS_ORIGINS setting to allow my domain.