feat: update karakeep v0.26.0

This commit is contained in:
arch3rPro
2025-07-21 10:04:11 +08:00
parent 3f8e9ba54b
commit 394323cadd
2 changed files with 6 additions and 13 deletions

View File

@@ -1,15 +1,12 @@
services:
karakeep:
image: ghcr.io/karakeep-app/karakeep:0.25.0
image: ghcr.io/karakeep-app/karakeep:v0.26.0
container_name: ${CONTAINER_NAME}
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
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
- ${PANEL_APP_PORT_HTTP}:3000
environment:
MEILI_ADDR: http://meilisearch:7700
BROWSER_WEB_URL: http://chrome:9222
@@ -17,10 +14,7 @@ services:
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}
NEXTAUTH_URL: http://localhost:3000
# 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
DATA_DIR: /data
chrome:
image: gcr.io/zenika-hub/alpine-chrome:124
container_name: chrome-${CONTAINER_NAME}
@@ -37,10 +31,9 @@ services:
container_name: meili-${CONTAINER_NAME}
restart: unless-stopped
environment:
MEILI_NO_ANALYTICS: "true"
MEILI_NO_ANALYTICS: 'true'
volumes:
- meilisearch:/meili_data
volumes:
meilisearch:
data:
meilisearch: null
data: null