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:
|
depends_on:
|
||||||
- django
|
- django
|
||||||
- redis
|
- redis
|
||||||
|
- celery-worker
|
||||||
|
- celery-beat
|
||||||
|
|
||||||
|
# Move to valkey because of lisence changes of redis
|
||||||
redis:
|
redis:
|
||||||
image: "eqalpha/keydb:latest"
|
image: "valkey/valkey:latest"
|
||||||
|
|
Loading…
Reference in a new issue