Update karakeep.yaml

This commit is contained in:
2026-07-14 13:28:40 -05:00
parent a11039c800
commit 55c0468fee
+14
View File
@@ -59,6 +59,14 @@ services:
SMTP_PASSWORD: ${SMTP_PASSWORD} SMTP_PASSWORD: ${SMTP_PASSWORD}
SMTP_FROM: ${SMTP_FROM} SMTP_FROM: ${SMTP_FROM}
#EMAIL_VERIFICATION_REQUIRED: false # Whether email verification is required during user signup. #EMAIL_VERIFICATION_REQUIRED: false # Whether email verification is required during user signup.
labels:
- homepage.group=Office
- homepage.name=Karakeep
- homepage.icon=karakeep.png
- homepage.href=${KARAKEEP_URL}
- homepage.description=Bookmark Manager
- dockhand.url=${KARAKEEP_URL}
- rackpeek.tags=office
networks: networks:
- proxy-net - proxy-net
- ollama-net - ollama-net
@@ -76,6 +84,9 @@ services:
- --remote-debugging-address=0.0.0.0 - --remote-debugging-address=0.0.0.0
- --remote-debugging-port=9222 - --remote-debugging-port=9222
- --hide-scrollbars - --hide-scrollbars
labels:
- homepage.name=karakeep-chrome
- rackpeek.tags=service
networks: networks:
- ollama-net - ollama-net
@@ -94,6 +105,9 @@ services:
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY} MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}
volumes: volumes:
- /srv/docker/office/karakeep/meilisearch:/meili_data - /srv/docker/office/karakeep/meilisearch:/meili_data
labels:
- homepage.name=karakeep-meilisearch
- rackpeek.tags=service
networks: networks:
- ollama-net - ollama-net