gramps: changed env format

This commit is contained in:
2025-11-21 22:45:48 +01:00
parent 68fe1f11e3
commit dd6be76b08

View File

@@ -9,11 +9,11 @@ services:
ports: ports:
- "5000" - "5000"
environment: environment:
GDK_BACKEND: "-" - 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"
GRAMPSWEB_RATELIMIT_STORAGE_URI: redis://grampsweb_redis:6379/1 - GRAMPSWEB_RATELIMIT_STORAGE_URI="redis://grampsweb_redis:6379/1"
depends_on: depends_on:
- grampsweb_redis - grampsweb_redis
volumes: volumes:
@@ -38,10 +38,10 @@ services:
image: ghcr.io/gramps-project/grampsweb:25.11.0 image: ghcr.io/gramps-project/grampsweb:25.11.0
restart: always restart: always
environment: environment:
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"
GRAMPSWEB_RATELIMIT_STORAGE_URI: redis://grampsweb_redis:6379/1 - GRAMPSWEB_RATELIMIT_STORAGE_URI="redis://grampsweb_redis:6379/1"
volumes: volumes:
- gramps_users:/app/users - gramps_users:/app/users
- gramps_index:/app/indexdir - gramps_index:/app/indexdir