mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 20:46:09 +00:00
gramps: fix some warning/error message
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5000"
|
- "5000"
|
||||||
environment:
|
environment:
|
||||||
|
GDK_BACKEND: "-"
|
||||||
GRAMPSWEB_TREE: "Gramps Web" # will create a new tree if not exists
|
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__broker_url: "redis://grampsweb_redis:6379/0"
|
||||||
GRAMPSWEB_CELERY_CONFIG__result_backend: "redis://grampsweb_redis:6379/0"
|
GRAMPSWEB_CELERY_CONFIG__result_backend: "redis://grampsweb_redis:6379/0"
|
||||||
|
|||||||
Reference in New Issue
Block a user