karakeep UID

This commit is contained in:
2026-02-08 00:42:12 +08:00
parent 0fab0f305f
commit 56afb1a71f

View File

@@ -10,6 +10,7 @@ services:
- default - default
ports: ports:
- 8089:3000 - 8089:3000
user: ${KARAKEEP_UID}
environment: environment:
- MEILI_ADDR=http://meilisearch:7700 - MEILI_ADDR=http://meilisearch:7700
- MEILI_MASTER_KEY=${MEILI_MASTER_KEY} - MEILI_MASTER_KEY=${MEILI_MASTER_KEY}
@@ -53,6 +54,7 @@ services:
chrome: chrome:
image: gcr.io/zenika-hub/alpine-chrome:124 image: gcr.io/zenika-hub/alpine-chrome:124
restart: unless-stopped restart: unless-stopped
user: ${KARAKEEP_UID}
command: command:
- --no-sandbox - --no-sandbox
- --disable-gpu - --disable-gpu
@@ -63,6 +65,7 @@ services:
meilisearch: meilisearch:
image: getmeili/meilisearch:v1.13.3 image: getmeili/meilisearch:v1.13.3
restart: unless-stopped restart: unless-stopped
user: ${KARAKEEP_UID}
environment: environment:
MEILI_NO_ANALYTICS: "true" MEILI_NO_ANALYTICS: "true"
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY} MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}