From 2900f7de967861dbd3c9e4c15ab112234b17f435 Mon Sep 17 00:00:00 2001 From: ftoppi Date: Fri, 29 Mar 2024 16:25:01 +0100 Subject: [PATCH] Replace redis with keydb Due to Redis licensing not being opensource anymore, here's a drop-in replacement with an opensource license. Source: https://redis.com/blog/redis-adopts-dual-source-available-licensing/ https://github.com/Snapchat/KeyDB/blob/main/COPYING --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 96cdde7..6998b2d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - "SMARTHOST_ALIASES=${SMARTHOST_ALIASES}" redis: - image: redis:7.2 + image: eqalpha/keydb:x86_64_v6.3.4 db: # We use MariaDB because it supports ARM and has the expected collations