Update redis Docker tag to v8

This commit is contained in:
Renovate Bot
2025-12-25 00:02:48 +00:00
parent 64057945f1
commit 45b1fe7008

View File

@@ -1,7 +1,7 @@
services: services:
# Redis service for RQ (task queue) # Redis service for RQ (task queue)
audiomuse-ai-redis: audiomuse-ai-redis:
image: redis:7-alpine image: redis:8-alpine
container_name: audiomuse-redis container_name: audiomuse-redis
ports: ports:
- "6379:6379" # Expose Redis port to the host - "6379:6379" # Expose Redis port to the host