fix ollama demo - add egress endpoint for llm routing (#433)

This commit is contained in:
Adil Hafeez 2025-03-17 11:50:14 -07:00 committed by GitHub
parent ffb8566c36
commit 5526314b3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ services:
- "18080:8080"
environment:
# this is only because we are running the sample app in the same docker container environemtn as archgw
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:12000/v1
extra_hosts:
- "host.docker.internal:host-gateway"
volumes: