Merge branch 'master' of github.com:navilg/Perplexica into feat/replace-config-toml

Signed-off-by: Navratan Lal Gupta <navilg0409@gmail.com>
This commit is contained in:
Navratan Lal Gupta 2025-06-04 09:35:23 +05:30
commit 4ef34469af
No known key found for this signature in database
45 changed files with 7030 additions and 143 deletions

View file

@ -29,6 +29,7 @@ services:
- MODELS_DEEPSEEK_API_KEY=""
- MODELS_LM_STUDIO_API_URL="" # LM Studio API URL - http://host.docker.internal:1234
- API_ENDPOINTS_SEARXNG="" # SearxNG API URL - http://localhost:32768
- DATA_DIR=/home/perplexica
ports:
- 3000:3000
networks: