From c2d583d44af122655f3470674f7fa6a3d62b136f Mon Sep 17 00:00:00 2001 From: Devis Battisti Date: Mon, 2 Dec 2024 10:17:13 +0100 Subject: [PATCH] fix: create index command --- apps/chatbot/docker/compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/chatbot/docker/compose.yaml b/apps/chatbot/docker/compose.yaml index e9d2363bda..5fdec24110 100644 --- a/apps/chatbot/docker/compose.yaml +++ b/apps/chatbot/docker/compose.yaml @@ -19,7 +19,6 @@ services: langfuse: condition: service_started env_file: ../.env.local - networks: - ntw @@ -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: