version: "3.8"
services:
web:
image: ghcr.io/karakeep-app/karakeep:latest
restart: unless-stopped
volumes:
# By default, the data is stored in a docker volume called "data".
# If you want to mount a custom directory, change the volume mapping to:
# - /path/to/your/directory:/data
- data:/data
- /home/user/shares/2/o/HoarderData:/assets
ports:
- 3000:3000
env_file:
- .env
environment:
MEILI_ADDR: http://meilisearch:7700
BROWSER_WEB_URL: http://chrome:9222
OLLAMA_BASE_URL: http://192.168.0.189:11434
INFERENCE_TEXT_MODEL: gemma2:2b
INFERENCE_IMAGE_MODEL: moondream:1.8b
# OPENAI_API_KEY: ...
# You almost never want to change the value of the DATA_DIR variable.
# If you want to mount a custom directory, change the volume mapping above instead.
DATA_DIR: /data # DON'T CHANGE THIS
chrome:
image: gcr.io/zenika-hub/alpine-chrome:123
restart: unless-stopped
command:
- --no-sandbox
- --disable-gpu
- --disable-dev-shm-usage
- --remote-debugging-address=0.0.0.0
- --remote-debugging-port=9222
- --hide-scrollbars
meilisearch:
image: getmeili/meilisearch:v1.11.1
restart: unless-stopped
env_file:
- .env
environment:
MEILI_NO_ANALYTICS: "true"
volumes:
- meilisearch:/meili_data
volumes:
meilisearch:
data:It's a been a while, but Karakeep 0.31 is here! This release brings synchronized reading progress, LLM-based OCR, a revamped import pipeline, drag-and-drop for lists, highlights on mobile, a lot of mobile polish, and fixes for some long standing bugs. Special thanks to <@745434287725346828> for the headline feature of this release (the reading progress!). Checkout the release discussion (https://github.com/karakeep-app/karakeep/discussions/2504) for the full changelog.
mohbassem · 5w ago
Happy new year everyone! Karakeep 0.30 is here. This release comes with "2025 wrapped" (a bit late), PDF archives, new reader settings, avatars, reddit crawling improvements, and more! Checkout the release discussion (https://github.com/karakeep-app/karakeep/discussions/2329) for the full changelog.
mohbassem · 3mo ago
Folks, there's a widespread react vulnerability (CVE-2025-66478) with criticality 10/10. Please upgrade karakeep to version 0.29.1 which contain the fix.
mohbassem · 4mo ago