karakeep UID
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user