1
0
mirror of https://github.com/hexolan/panels.git synced 2026-05-20 03:29:23 +01:00

chore(deps): update redis docker tag to v8

This commit is contained in:
renovate[bot]
2026-05-12 13:28:58 +00:00
committed by GitHub
parent a9714678ea
commit 37f5267460
+3 -3
View File
@@ -158,7 +158,7 @@ services:
# Redis Instances # Redis Instances
panel-service-redis: panel-service-redis:
image: redis:7.2 image: redis:8.6
restart: unless-stopped restart: unless-stopped
command: redis-server --requirepass redis --maxmemory 250mb --maxmemory-policy allkeys-lru command: redis-server --requirepass redis --maxmemory 250mb --maxmemory-policy allkeys-lru
ports: ports:
@@ -167,7 +167,7 @@ services:
- panel-service-network - panel-service-network
post-service-redis: post-service-redis:
image: redis:7.2 image: redis:8.6
restart: unless-stopped restart: unless-stopped
command: redis-server --requirepass redis --maxmemory 250mb --maxmemory-policy allkeys-lru command: redis-server --requirepass redis --maxmemory 250mb --maxmemory-policy allkeys-lru
ports: ports:
@@ -176,7 +176,7 @@ services:
- post-service-network - post-service-network
comment-service-redis: comment-service-redis:
image: redis:7.2 image: redis:8.6
restart: unless-stopped restart: unless-stopped
command: "redis-server --requirepass redis --maxmemory 250mb --maxmemory-policy allkeys-lru" command: "redis-server --requirepass redis --maxmemory 250mb --maxmemory-policy allkeys-lru"
ports: ports: