add 'valkey' (redis compatible alternative)

This commit is contained in:
2025-02-27 09:41:55 +00:00
parent 58b48812f8
commit 8f42caa459
+6
View File
@@ -0,0 +1,6 @@
services:
valkey:
image: valkey/valkey:8.1
restart: unless-stopped
ports:
- "6379:6379"