mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
fix webui url and dependencies (#66)
This commit is contained in:
parent
2cd5ec5adf
commit
3215d81e58
7 changed files with 11 additions and 10 deletions
|
|
@ -85,6 +85,8 @@ services:
|
|||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- monitoring
|
||||
|
||||
chatbot_ui:
|
||||
build:
|
||||
|
|
@ -94,7 +96,7 @@ services:
|
|||
- "18080:8080"
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY:?error}
|
||||
- CHAT_COMPLETION_ENDPOINT=http://bolt:10000/v1/chat/completions
|
||||
- CHAT_COMPLETION_ENDPOINT=http://bolt:10000/v1
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue