Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit e3e7f0c

Browse files
committed
add redis stack addon
1 parent 383c114 commit e3e7f0c

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

redis/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Changelog is available here: https://hub.docker.com/r/redis/redis-stack/tags

redis/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Redis Stack add-on for Home Assistant

redis/config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Redis Stack"
2+
description: "Redis Stack installs a Redis server with additional database capabilities and the RedisInsight."
3+
version: "7.2.0-v10"
4+
slug: "redis"
5+
init: false
6+
arch:
7+
- aarch64
8+
- amd64
9+
url: https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/#redisredis-stack
10+
ports:
11+
6379/tcp: 6379
12+
8001/tcp: 8001
13+
image: docker.io/redis/redis-stack
14+
ingress: true
15+
ingress_port: 8001
16+
ingress_stream: true
17+
map:
18+
- config:rw

0 commit comments

Comments
 (0)