chore: update siklos/karakeep compose (Portainer migration)

This commit is contained in:
2026-05-07 04:27:03 +00:00
parent 1cb482fc43
commit b50d6530b4
+4 -13
View File
@@ -3,22 +3,15 @@ services:
image: ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION:-release}
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:
- 3010:3000
env_file:
- .env
environment:
MEILI_ADDR: http://meilisearch:7700
BROWSER_WEB_URL: http://chrome:9222
# 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
DATA_DIR: /data
NEXTAUTH_SECRET: furiousalienfringes
NEXTAUTH_URL: http://localhost:3010
chrome:
image: gcr.io/zenika-hub/alpine-chrome:124
restart: unless-stopped
@@ -32,13 +25,11 @@ services:
meilisearch:
image: getmeili/meilisearch:v1.13.3
restart: unless-stopped
env_file:
- .env
environment:
MEILI_NO_ANALYTICS: "true"
MEILI_MASTER_KEY: sefulesefarka
volumes:
- meilisearch:/meili_data
volumes:
meilisearch:
data: