forked from wrenn/wrenn
Changed redis dependency to keydb
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user