mirror of
https://github.com/katanemo/plano.git
synced 2026-05-03 21:02:56 +02:00
fix for linux
This commit is contained in:
parent
639839fbb1
commit
e0c4473217
5 changed files with 13 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ services:
|
|||
- "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
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
||||
|
||||
opentelemetry:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue