feat(redis): use bitnami image

This commit is contained in:
Gergő Móricz
2024-08-22 23:37:52 +02:00
parent 8d9ff90bcb
commit 64e9be0cd4
9 changed files with 385 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
redis: /usr/bin/start-redis-server.sh
metrics: /usr/local/bin/redis_exporter -redis.addr localhost:6379 -web.listen-address ":9091"