Compare commits
No commits in common. "7375195b994fe8c4ad9a1c4e6a117be336c29132" and "fca7966aee1c10f4a4a214404b3c22d27662346e" have entirely different histories.
7375195b99
...
fca7966aee
1 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
django:
|
||||
|
@ -72,9 +72,7 @@ services:
|
|||
depends_on:
|
||||
- django
|
||||
- redis
|
||||
- celery-worker
|
||||
- celery-beat
|
||||
|
||||
# Move to valkey because of lisence changes of redis
|
||||
|
||||
redis:
|
||||
image: "valkey/valkey:latest"
|
||||
image: "eqalpha/keydb:latest"
|
||||
|
|
Loading…
Reference in a new issue