chore: обновление документации, Docker, UI и поисковых компонентов

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
home
2026-02-20 16:15:05 +03:00
parent b65d24c1e8
commit c839a0c472
21 changed files with 480 additions and 132 deletions

View File

@@ -1,14 +1,14 @@
services:
perplexica:
image: itzcrazykns1337/perplexica:latest
gooseek:
image: itzcrazykns1337/gooseek:latest
build:
context: .
ports:
- '3000:3000'
volumes:
- data:/home/perplexica/data
- data:/home/gooseek/data
restart: unless-stopped
volumes:
data:
name: 'perplexica-data'
name: 'gooseek-data'