mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-20 13:06:13 +00:00
gramps: changed env format
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user