Skip to content

Commit 2b9ebd0

Browse files
committed
hoarder/karakeep: switch to karakeep 1.27.1
1 parent 463ef8f commit 2b9ebd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hoarder/compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- TS_SERVE_PORT=3000
1313

1414
service:
15-
image: ghcr.io/hoarder-app/hoarder:${HOARDER_VERSION:-release}
15+
image: ghcr.io/karakeep-app/karakeep:${HOARDER_VERSION:-release}
1616
restart: always
1717
volumes:
1818
- data:/data
@@ -25,7 +25,7 @@ services:
2525
# OPENAI_API_KEY: ...
2626
DATA_DIR: /data
2727
chrome:
28-
image: gcr.io/zenika-hub/alpine-chrome:123
28+
image: gcr.io/zenika-hub/alpine-chrome:124
2929
restart: always
3030
network_mode: service:sidecar
3131
command:
@@ -36,7 +36,7 @@ services:
3636
- --remote-debugging-port=9222
3737
- --hide-scrollbars
3838
meilisearch:
39-
image: getmeili/meilisearch:v1.11.1
39+
image: getmeili/meilisearch:v1.13.3
4040
restart: always
4141
network_mode: service:sidecar
4242
env_file:

0 commit comments

Comments
 (0)