From 9f968846b7047b69c293fc588029c776990fe730 Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Thu, 15 Jan 2026 10:51:50 +0100 Subject: [PATCH] Configure --maxmemory and --maxmemory-policy for Redis --- compose/seatable-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/seatable-server.yml b/compose/seatable-server.yml index 6f5c1cf..c4766e9 100644 --- a/compose/seatable-server.yml +++ b/compose/seatable-server.yml @@ -158,7 +158,7 @@ services: command: - /bin/sh - -c - - redis-server --requirepass "$${REDIS_PASSWORD:?REDIS_PASSWORD variable is not set}" + - redis-server --requirepass "$${REDIS_PASSWORD:?REDIS_PASSWORD variable is not set}" --maxmemory "${REDIS_MAX_MEMORY:-500mb}" --maxmemory-policy allkeys-lru networks: - backend-seatable-net healthcheck: