Moved data to local folder in stack

This commit is contained in:
2025-08-15 09:25:01 +01:00
parent d6194e0235
commit e3989169c3
2 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@@ -170,3 +170,4 @@ devenv.local.nix
.pre-commit-config.yaml
knowledge
data

View File

@@ -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: