Remove redis-cache volume (#1555)
* Remove redis-cache volume * remove from docs * ci: fix pre-commit --------- Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
This commit is contained in:
committed by
GitHub
parent
23adfd300f
commit
bcb203551a
@@ -9,8 +9,6 @@ services:
|
||||
|
||||
redis-cache:
|
||||
image: redis:6.2-alpine
|
||||
volumes:
|
||||
- redis-cache-data:/data
|
||||
|
||||
redis-queue:
|
||||
image: redis:6.2-alpine
|
||||
@@ -18,5 +16,4 @@ services:
|
||||
- redis-queue-data:/data
|
||||
|
||||
volumes:
|
||||
redis-cache-data:
|
||||
redis-queue-data:
|
||||
|
||||
Reference in New Issue
Block a user