This commit is contained in:
Adil Hafeez 2024-10-27 18:45:32 -07:00
parent a52297287e
commit b6ff113fc1
4 changed files with 3 additions and 17 deletions

View file

@ -13,11 +13,11 @@ services:
chatbot_ui:
build:
context: ../../chatbot_ui
dockerfile: Dockerfile
ports:
- "18080:8080"
environment:
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1 #this is only because we are running the sample app in the same docker container environemtn as archgw
# 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
extra_hosts:
- "host.docker.internal:host-gateway"
volumes: