1
0
forked from wrenn/wrenn

Changed redis dependency to keydb

This commit is contained in:
2026-04-09 00:47:19 +06:00
parent e3ffa576ce
commit a9ca13b238

View File

@ -10,8 +10,8 @@ services:
volumes:
- pgdata:/var/lib/postgresql/data
redis:
image: redis:7-alpine
keydb:
image: eqalpha/keydb:alpine
ports:
- "6379:6379"