Add Grampsweb Redis and Celery configuration for reverse proxy support

This commit is contained in:
Stiftung Development
2025-09-18 16:41:32 +02:00
parent 45bb040bdd
commit af7ca25b29

View File

@@ -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