0.4.0 convex及界面修改

This commit is contained in:
liaibo
2026-02-01 08:47:40 +08:00
parent d1f055f51a
commit af92c4b149
636 changed files with 7522 additions and 1815 deletions
+5 -3
View File
@@ -8,14 +8,16 @@ services:
tags:
- ghcr.io/hkuds/lightrag:latest
ports:
- "${PORT:-9621}:9621"
- "7777:7777"
volumes:
- ./data/rag_storage:/app/data/rag_storage
- ./data/inputs:/app/data/inputs
- ./config.ini:/app/config.ini
- ./.env:/app/.env
- ../.env.all:/app/.env:ro
env_file:
- .env
- ../.env.all
environment:
- POSTGRES_HOST=host.docker.internal
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"