Add Grampsweb Redis and Celery configuration for reverse proxy support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user