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