fix: adjustments
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
|
|
||||||
meilisearch:
|
meilisearch:
|
||||||
image: getmeili/meilisearch:latest
|
image: getmeili/meilisearch:v1.13.3
|
||||||
container_name: karakeep-meilisearch
|
container_name: karakeep-meilisearch
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -43,9 +43,15 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
|
|
||||||
chrome:
|
chrome:
|
||||||
image: ghcr.io/karakeep-app/chrome:latest
|
image: gcr.io/zenika-hub/alpine-chrome:124
|
||||||
container_name: karakeep-chrome
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
command:
|
||||||
|
- --no-sandbox
|
||||||
|
- --disable-gpu
|
||||||
|
- --disable-dev-shm-usage
|
||||||
|
- --remote-debugging-address=0.0.0.0
|
||||||
|
- --remote-debugging-port=9222
|
||||||
|
- --hide-scrollbars
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user