From 959b6ad46dfdbf0c1410e50c226610c0f33b71d6 Mon Sep 17 00:00:00 2001 From: Daniel Ares Date: Sat, 15 Feb 2025 13:19:06 +0000 Subject: Increase nodejs memory limit for docker --- compose_example.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compose_example.yml') diff --git a/compose_example.yml b/compose_example.yml index 0db8b04dc6..d9c9b19a29 100644 --- a/compose_example.yml +++ b/compose_example.yml @@ -19,6 +19,8 @@ services: - shonk # env_file: # - .config/docker.env + environment: + - NODE_OPTIONS="--max-old-space-size=8192" volumes: - ./files:/sharkey/files - ./.config:/sharkey/.config:ro -- cgit v1.2.3-freya From 86ac57e76e2f7886fb8105e042cf4bd69fd0354d Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 23 Feb 2025 13:26:56 +0000 Subject: suggest using a recent postgres image with pgroonga --- compose_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose_example.yml') 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: -- cgit v1.2.3-freya From bfc02993598c90ae9de60fc10a0d672194755483 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 23 Feb 2025 13:27:19 +0000 Subject: suggest using a more recent meilisearch --- compose_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose_example.yml') 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 -- cgit v1.2.3-freya