plano/demos/llm_routing/docker-compose.yaml

15 lines
339 B
YAML
Raw Permalink Normal View History

2024-10-24 15:32:51 -07:00
services:
chatbot_ui:
build:
context: ../../chatbot_ui
dockerfile: Dockerfile
ports:
- "18080:8080"
environment:
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:12000/v1
extra_hosts:
- "host.docker.internal:host-gateway"
2024-10-24 17:45:04 -07:00
volumes:
- ./arch_config.yaml:/app/arch_config.yaml