From c616cfb8ef8b433389724d33096c80172bd7ad3c Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 24 Apr 2026 14:49:03 -0400 Subject: [PATCH] fix: update environment variables for karakeep service in compose.yaml Co-authored-by: Copilot --- nodes/heimdall/karakeep/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/heimdall/karakeep/compose.yaml b/nodes/heimdall/karakeep/compose.yaml index e2859e8..93c25a7 100644 --- a/nodes/heimdall/karakeep/compose.yaml +++ b/nodes/heimdall/karakeep/compose.yaml @@ -22,8 +22,8 @@ services: - "traefik.http.routers.karakeep.tls.certresolver=cloudflare" - "traefik.http.services.karakeep.loadbalancer.server.port=3000" environment: - MEILI_ADDR: http://meilisearch:7700 - BROWSER_WEB_URL: http://chrome:9222 + MEILI_ADDR: http://karakeep_meilisearch:7700 + BROWSER_WEB_URL: http://karakeep_chrome:9222 DISABLE_SIGNUPS: ${DISABLE_SIGNUPS} #If enabled, no new signups will be allowed and the signup button will be disabled in the UI DISABLE_PASSWORD_AUTH: ${DISABLE_PASSWORD_AUTH} #If enabled, only signups and logins using OAuth are allowed and the signup button and login form for local accounts will be disabled in the UI EMAIL_VERIFICATION_REQUIRED: ${EMAIL_VERIFICATION_REQUIRED} #Whether email verification is required during user signup. If enabled, users must verify their email address before they can use their account. If you enable this, you must configure SMTP settings.