From bfe6a0ab32fd6f4538e9638915268af3c15d15f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Fri, 21 Feb 2025 16:17:29 +0100 Subject: [PATCH] feat(self-host/docker-compose): add option to use Valkey Fixes #1228 --- docker-compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 35389262..58008efe 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -78,7 +78,12 @@ services: command: [ "pnpm", "run", "workers" ] redis: + # NOTE: If you want to use Valkey (open source) instead of Redis (source available), + # uncomment the Valkey statement and comment out the Redis statement. + # Using Valkey with Firecrawl is untested and not guaranteed to work. Use with caution. image: redis:alpine + # image: valkey/valkey:alpine + networks: - backend command: redis-server --bind 0.0.0.0