diff --git a/.gitignore b/.gitignore index 6ea8051..51bb643 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,4 @@ devenv.local.nix .pre-commit-config.yaml knowledge +data diff --git a/docker-compose.yaml b/docker-compose.yaml index 640cb00..7865d92 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,7 @@ services: ports: - "3000:8080" volumes: - - open-webui:/app/backend/data + - ./data:/app/backend/data healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/health"] interval: 60s @@ -64,8 +64,6 @@ services: condition: service_healthy searxng: condition: service_healthy - chroma: - condition: service_healthy valkey: condition: service_healthy blender: @@ -152,6 +150,5 @@ volumes: searxng: open-webui: jupyter: - chroma: valkey: blender: