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
|
.pre-commit-config.yaml
|
||||||
|
|
||||||
knowledge
|
knowledge
|
||||||
|
data
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3000:8080"
|
- "3000:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- open-webui:/app/backend/data
|
- ./data:/app/backend/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
|
||||||
interval: 60s
|
interval: 60s
|
||||||
@@ -64,8 +64,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
searxng:
|
searxng:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
chroma:
|
|
||||||
condition: service_healthy
|
|
||||||
valkey:
|
valkey:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
blender:
|
blender:
|
||||||
@@ -152,6 +150,5 @@ volumes:
|
|||||||
searxng:
|
searxng:
|
||||||
open-webui:
|
open-webui:
|
||||||
jupyter:
|
jupyter:
|
||||||
chroma:
|
|
||||||
valkey:
|
valkey:
|
||||||
blender:
|
blender:
|
||||||
|
|||||||
Reference in New Issue
Block a user