From c9513edb76d1b161cf2cc5bf807644b4d51822d8 Mon Sep 17 00:00:00 2001 From: Stiftung Development Date: Thu, 18 Sep 2025 17:01:55 +0200 Subject: [PATCH] Add SQLite backend for Grampsweb initialization --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index 6a75beb..749bc01 100644 --- a/compose.yml +++ b/compose.yml @@ -102,6 +102,7 @@ services: - GRAMPSWEB_CELERY_CONFIG__broker_url=redis://redis:6379/0 - GRAMPSWEB_CELERY_CONFIG__result_backend=redis://redis:6379/0 - GRAMPSWEB_RATELIMIT_STORAGE_URL=redis://redis:6379/1 + - GRAMPSWEB_NEW_DB_BACKEND=sqlite volumes: - gramps_data:/app/data depends_on: