#35084 [Bug]: Incomplete documentation on pure litellm_config.yaml based setup for proxy server
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
The official docs on https://docs.litellm.ai/docs/proxy/docker_quick_start guide the users to setup postgres database by default through docker-compose.yml and for setting up pure config based setup, only the docker run command is given near the end
I wanted to propose a new docker-compose.yml which is sufficient for setting up litellm to work directly from config file
I have attached the files. Just wanted to know if i can open pull request to update the readme as well
[docker-compose.yml](https://github.com/user-attachments/files/30502771/docker-compose.yml) [litellm_config.yaml](https://github.com/user-attachments/files/30502772/litellm_config.yaml)
The only steps to set it up are 1. Keep both files in same directory 2. Add the api keys necessary 3. Change config to reflect the api keys being used 4. Docker compose
Also P.S: This is my first public issue I'm opening on any repo on github so excuse me if any protocol was not followed
### Steps to Reproduce
1. Go to https://docs.litellm.ai/docs/proxy/docker_quick_start 2. Try to setup t…