Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
2ec2cc7afe chore(deps): update oliver006/redis_exporter docker tag to v1.84.0 2026-05-25 02:07:34 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ services:
environment:
DATA_SOURCE_NAME: 'postgresql://postgres:${PG_PASS}@postgres:5432/hctv?sslmode=disable'
redis-exporter:
image: 'oliver006/redis_exporter:v1.67.0'
image: 'oliver006/redis_exporter:v1.84.0'
environment:
REDIS_ADDR: 'redis://redis:6379'
prometheus:

View File

@@ -20,7 +20,7 @@ services:
ports:
- 6379:6379
redis-exporter:
image: oliver006/redis_exporter:v1.67.0
image: oliver006/redis_exporter:v1.84.0
environment:
REDIS_ADDR: redis://redis:6379
mediamtx: