mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 02:46:28 +02:00
Rename bolt_config to arch_config (#100)
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
2207021b9c
commit
b0ce5eca93
9 changed files with 64 additions and 65 deletions
|
|
@ -5,15 +5,15 @@ services:
|
|||
context: ../../
|
||||
dockerfile: config_generator/Dockerfile
|
||||
volumes:
|
||||
- ../../envoyfilter/envoy.template.yaml:/usr/src/app/envoy.template.yaml
|
||||
- ./bolt_config.yaml:/usr/src/app/bolt_config.yaml
|
||||
- ../../arch/envoy.template.yaml:/usr/src/app/envoy.template.yaml
|
||||
- ./arch_config.yaml:/usr/src/app/arch_config.yaml
|
||||
- ./generated:/usr/src/app/out
|
||||
|
||||
bolt:
|
||||
arch:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: envoyfilter/Dockerfile
|
||||
hostname: bolt
|
||||
dockerfile: arch/Dockerfile
|
||||
hostname: arch
|
||||
ports:
|
||||
- "10000:10000"
|
||||
- "19901:9901"
|
||||
|
|
@ -40,7 +40,7 @@ services:
|
|||
retries: 20
|
||||
volumes:
|
||||
- ~/.cache/huggingface:/root/.cache/huggingface
|
||||
- ./bolt_config.yaml:/root/bolt_config.yaml
|
||||
- ./arch_config.yaml:/root/arch_config.yaml
|
||||
|
||||
api_server:
|
||||
build:
|
||||
|
|
@ -108,7 +108,7 @@ services:
|
|||
- "18080:8080"
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY:?error}
|
||||
- CHAT_COMPLETION_ENDPOINT=http://bolt:10000/v1
|
||||
- CHAT_COMPLETION_ENDPOINT=http://arch:10000/v1
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue