From 86ac57e76e2f7886fb8105e042cf4bd69fd0354d Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 23 Feb 2025 13:26:56 +0000 Subject: [PATCH 1/2] suggest using a recent postgres image with pgroonga --- compose_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose_example.yml b/compose_example.yml index d9c9b19a29..ecd5ef86c2 100644 --- a/compose_example.yml +++ b/compose_example.yml @@ -39,7 +39,7 @@ services: db: restart: always - image: postgres:15-alpine + image: groonga/pgroonga:4.0.1-alpine-17 networks: - shonk env_file: From bfc02993598c90ae9de60fc10a0d672194755483 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 23 Feb 2025 13:27:19 +0000 Subject: [PATCH 2/2] suggest using a more recent meilisearch --- compose_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose_example.yml b/compose_example.yml index ecd5ef86c2..de13722edc 100644 --- a/compose_example.yml +++ b/compose_example.yml @@ -84,7 +84,7 @@ services: # meilisearch: # restart: always -# image: getmeili/meilisearch:v1.3.4 +# image: getmeili/meilisearch:v1.13.0 # environment: # - MEILI_NO_ANALYTICS=true # - MEILI_ENV=production