15 lines
439 B
YAML
15 lines
439 B
YAML
name: redis
|
|
install: true
|
|
description: Redis is an open source, in-memory data structure store, used as a database, cache and message broker.
|
|
version: 1.0.0
|
|
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/redis.svg
|
|
defaultConfig:
|
|
namespace: redis
|
|
image: redis:alpine
|
|
timezone: UTC
|
|
host: redis.redis.svc.cluster.local
|
|
port: 6379
|
|
uri: redis://{{ .app.host }}:{{ .app.port }}/0
|
|
defaultSecrets:
|
|
- key: password
|