Move to valky because of lisence changes of redis
This commit is contained in:
parent
fca7966aee
commit
32abb68237
1 changed files with 4 additions and 2 deletions
|
@ -72,7 +72,9 @@ services:
|
|||
depends_on:
|
||||
- django
|
||||
- redis
|
||||
- celery-worker
|
||||
- celery-beat
|
||||
|
||||
|
||||
# Move to valkey because of lisence changes of redis
|
||||
redis:
|
||||
image: "eqalpha/keydb:latest"
|
||||
image: "valkey/valkey:latest"
|
||||
|
|
Loading…
Reference in a new issue