Files
deploy.stack/dbSer/redis/env.cfg.example

27 lines
899 B
Plaintext
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.
# ============================================================
# redis 部署 — 公共环境变量模板(不含敏感信息)
# 复制为 env.cfg 后填入真实值env.cfg 已被 .gitignore 忽略
# ============================================================
#
# 使用方式:
# cp env.cfg.example env.cfg
# $EDITOR env.cfg # 填入真实密码/密钥后保存
# docker compose -p redis --env-file ./env.cfg -f ./stack.yml up -d
#
# ============================================================
# ⚠️ 敏感值必填env.cfg 不提交)
# ============================================================
IMAGE_TAG_REDISV6=redis:6.2.21-alpine
IMAGE_TAG_REDISV7=redis:7.4.7-alpine
IMAGE_TAG_REDISV8=redis:8.4.0-alpine
IMAGE_TAG_VALKEY_Latest=valkey/valkey:9.0.0
IMAGE_TAG_VALKEY_V8=valkey/valkey:8.1.5
Volumes_Path=/data/volumes/redis
REDIS_PASSWORD=<your-strong-password>