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