Skip to content

Commit

Permalink
fix: create index command
Browse files Browse the repository at this point in the history
  • Loading branch information
batdevis committed Dec 2, 2024
1 parent 3a246f6 commit c2d583d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/chatbot/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
langfuse:
condition: service_started
env_file: ../.env.local

networks:
- ntw

Expand Down Expand Up @@ -64,13 +63,12 @@ services:
build:
context: ..
dockerfile: docker/app.local.Dockerfile
command: "python src/modules/create_vector_index.py --params config/params.yaml"
ports:
- "8080:8080"
volumes:
- ..:/app
- ../../nextjs-website/out:/app/build-devp/out
command: >
"python src/modules/create_vector_index.py --params config/params.yaml"
tty: true
depends_on:
redis:
Expand Down

0 comments on commit c2d583d

Please sign in to comment.