How to Connect Two Docker Containers With Per User API Keys

I have two docker containers running, one for Open-WebUI and another for LiteLLM. The setup was created using the bash script from the litellm-openWebUI repo on Guthub. Right now I want to configure Open-WebUI so that each user can connect to LiteLLM using their own API key for stumble guy mod instead of a single shared key. I am not sure how to pass the per user authentication properly between the two containers or if I need to update the Docker networking or environment variables for this.

What is the recommended approach to handle per user API keys in this kind of container-to-container setup and how should the environment or networking be configured to support it

I don’t see this related to Docker. If you want to use multiple users, the applications should be able to support it. Or do you mean to provide an individual container for every user?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.