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.