currently the docker compose file creates a contain for redis even though it is not being used so it can be removed. we can also look into removing nginx from the compose since vite already proxies requests to the api server and nginx is filling the log with requests that we don't need to know about.
currently the docker compose file creates a contain for redis even though it is not being used so it can be removed. we can also look into removing nginx from the compose since vite already proxies requests to the api server and nginx is filling the log with requests that we don't need to know about.