add retry

This commit is contained in:
Adil Hafeez 2025-09-17 17:53:19 -07:00
parent 71658ddbd9
commit a3f93de85d
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
7 changed files with 29 additions and 9 deletions

View file

@ -6,3 +6,12 @@ services:
- "16686:16686"
- "4317:4317"
- "4318:4318"
open-web-ui:
image: ghcr.io/open-webui/open-webui:main
restart: always
ports:
- "8080:8080"
environment:
- DEFAULT_MODEL=gpt-4o-mini
- ENABLE_OPENAI_API=true
- OPENAI_API_BASE_URL=http://host.docker.internal:8001/v1