mirror of
https://github.com/Cian-H/openwebui_engineering_assistant.git
synced 2025-12-22 20:51:57 +00:00
Moved data to local folder in stack
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -170,3 +170,4 @@ devenv.local.nix
|
||||
.pre-commit-config.yaml
|
||||
|
||||
knowledge
|
||||
data
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user