mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
rename
This commit is contained in:
parent
bb89dfbe05
commit
e859c6fc03
59 changed files with 0 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
services:
|
||||
weather_forecast_service:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "18081:8081"
|
||||
|
||||
chatbot_ui:
|
||||
build:
|
||||
context: ../../../shared/chatbot_ui
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "18080:8080"
|
||||
environment:
|
||||
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
- ./arch_config.yaml:/app/arch_config.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue