Compare commits
1 Commits
renovate/d
...
837a0a04d3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
837a0a04d3 |
@@ -2,7 +2,7 @@ version: '3.8'
|
|||||||
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
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
nextcloud-redis:
|
nextcloud-redis:
|
||||||
image: redis:7
|
image: redis:8
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
|||||||
Reference in New Issue
Block a user