mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
Fixing relative link to the shared chatbotui in the spotify demo, and add references to it in the README (#400)
This commit is contained in:
parent
0ea237fbac
commit
6ad70d9737
3 changed files with 32 additions and 53 deletions
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
chatbot_ui:
|
||||
build:
|
||||
context: ../shared/chatbot_ui
|
||||
context: ../../shared/chatbot_ui
|
||||
ports:
|
||||
- "18080:8080"
|
||||
environment:
|
||||
|
|
@ -14,7 +14,7 @@ services:
|
|||
|
||||
jaeger:
|
||||
build:
|
||||
context: ../shared/jaeger
|
||||
context: ../../shared/jaeger
|
||||
ports:
|
||||
- "16686:16686"
|
||||
- "4317:4317"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue