Files
waxgourd-addons/redis-server/config.yaml
waxgourd 82ffe49bd9 更新
2025-11-10 14:58:54 +08:00

30 lines
617 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "Redis Server"
version: "7.2.7"
slug: "redis-server"
description: "Redis数据库服务器插件为您的Home Assistant提供高性能缓存和数据存储服务"
url: https://gitcode.com/waxgourd/addons
startup: services
boot: manual
init: false
host_network: false
ingress: false
arch:
- aarch64
- amd64
map:
- config:rw
ports:
6379/tcp: 6379
ports_description:
6379/tcp: "Redis服务器端口"
schema:
port: "int(1025,65535)?"
databases: "int(1,16)?"
password: "str?"
appendonly: "bool?"
options:
port: 6379
databases: 4
appendonly: true
image: "r.hassbus.com/wghaos/redis-server"