From af7ca25b29d3217d2b07ba918674d8583c7e34a7 Mon Sep 17 00:00:00 2001 From: Stiftung Development Date: Thu, 18 Sep 2025 16:41:32 +0200 Subject: [PATCH] Add Grampsweb Redis and Celery configuration for reverse proxy support --- compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yml b/compose.yml index 76e35c5..6a75beb 100644 --- a/compose.yml +++ b/compose.yml @@ -99,10 +99,14 @@ services: - GRAMPSWEB_ADMIN_PASSWORD=${GRAMPSWEB_ADMIN_PASSWORD} - GRAMPSWEB_TREE=${GRAMPSWEB_TREE:-Stiftung} - GRAMPSWEB_BASE_URL=/ahnenforschung + - GRAMPSWEB_CELERY_CONFIG__broker_url=redis://redis:6379/0 + - GRAMPSWEB_CELERY_CONFIG__result_backend=redis://redis:6379/0 + - GRAMPSWEB_RATELIMIT_STORAGE_URL=redis://redis:6379/1 volumes: - gramps_data:/app/data depends_on: - db + - redis paperless: image: ghcr.io/paperless-ngx/paperless-ngx:latest