From 377cd523cb61d31b03d0eb590be1a4263fc80dd1 Mon Sep 17 00:00:00 2001 From: wayneshn Date: Mon, 23 Feb 2026 21:24:16 +0100 Subject: [PATCH] build(coolify): enable daily snapshots for meilisearch Configure the Meilisearch service in `open-archiver.yml` to create snapshots every 86400 seconds (24 hours) by setting the `MEILI_SCHEDULE_SNAPSHOT` environment variable. --- open-archiver.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/open-archiver.yml b/open-archiver.yml index 9cee935..c4673d2 100644 --- a/open-archiver.yml +++ b/open-archiver.yml @@ -74,5 +74,6 @@ services: image: getmeili/meilisearch:v1.15 environment: - MEILI_MASTER_KEY=${SERVICE_PASSWORD_MEILISEARCH} + - MEILI_SCHEDULE_SNAPSHOT=86400 volumes: - meilidata:/meili_data