Skip to content

docs(docker): update quick-start guide for UI/gateway split#210

Draft
yassin-berriai wants to merge 1 commit into
mainfrom
litellm_fix/split-docker-compose-ui-and-gateway
Draft

docs(docker): update quick-start guide for UI/gateway split#210
yassin-berriai wants to merge 1 commit into
mainfrom
litellm_fix/split-docker-compose-ui-and-gateway

Conversation

@yassin-berriai
Copy link
Copy Markdown
Contributor

Summary

Resolves LIT-2815

Documentation update to accompany the code PR in BerriAI/litellm — the docker-compose.yml now runs ui (port 3000) and gateway (port 4000) as separate services instead of a single monolithic litellm service.

Changes

Section Change
Docker Compose tab intro Describe the two-service architecture
Step 1 Replace image pull with curl -O docker-compose.yml
Step 2.3 prometheus.yml example litellm:4000gateway:4000
Step 2.3 config.yaml snippet litellm: service label → gateway:
Step 3 UI URL localhost:4000/uilocalhost:3000/ui
Troubleshooting Remove duplicate "Then create the file" paragraph

https://claude.ai/code/session_01JVLLUH66aUXF9kxoHcYxWu


Generated by Claude Code

…(LIT-2815)

- Describe the split-service architecture (gateway on :4000, ui on :3000)
- Update docker-compose.yml curl step and config snippets to reference
  `gateway` service instead of the old `litellm` service
- Fix prometheus.yml example target: `litellm:4000` → `gateway:4000`
- Update UI dashboard URL from localhost:4000/ui → localhost:3000/ui
- Remove duplicate "Then create the file" paragraph in troubleshooting

Resolves LIT-2815

https://claude.ai/code/session_01JVLLUH66aUXF9kxoHcYxWu
@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment May 23, 2026 9:46pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants