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: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/var/lib/postgresql/data
redis: keydb:
image: redis:7-alpine image: eqalpha/keydb:alpine
ports: ports:
- "6379:6379" - "6379:6379"