gramps: fix some warning/error message

This commit is contained in:
2025-11-21 22:36:20 +01:00
parent 9d98d2fa76
commit 29a5cb1cf6

View File

@@ -9,6 +9,7 @@ services:
ports:
- "5000"
environment:
GDK_BACKEND: "-"
GRAMPSWEB_TREE: "Gramps Web" # will create a new tree if not exists
GRAMPSWEB_CELERY_CONFIG__broker_url: "redis://grampsweb_redis:6379/0"
GRAMPSWEB_CELERY_CONFIG__result_backend: "redis://grampsweb_redis:6379/0"