From 24a5eafc140f8a04ca7aa6b9c99e6746fdc40679 Mon Sep 17 00:00:00 2001 From: jared Date: Sat, 22 Jul 2023 02:43:36 -0400 Subject: [PATCH] Update 'gramps/docker-compose.yml' --- gramps/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/docker-compose.yml b/gramps/docker-compose.yml index 25fded3..4844955 100644 --- a/gramps/docker-compose.yml +++ b/gramps/docker-compose.yml @@ -8,6 +8,7 @@ services: - "3000:5000" # host:docker environment: GRAMPSWEB_TREE: "Gramps Web" # will create a new tree if not exists + GUNICORN_NUM_WORKERS: 2 GRAMPSWEB_CELERY_CONFIG__broker_url: "redis://grampsweb_redis:6379/0" GRAMPSWEB_CELERY_CONFIG__result_backend: "redis://grampsweb_redis:6379/0" GRAMPSWEB_RATELIMIT_STORAGE_URI: redis://grampsweb_redis:6379/1