chore: add missing READMEs

This commit is contained in:
Sun-ZhenXing
2025-11-08 21:57:17 +08:00
parent a65a009640
commit febd1601a2
34 changed files with 1806 additions and 167 deletions
+15 -1
View File
@@ -1,11 +1,25 @@
# Global registry prefix for all images (optional)
GLOBAL_REGISTRY=
# Redis version
REDIS_VERSION=8.2.1-alpine3.22
# Password for Redis authentication (leave empty for no password)
REDIS_PASSWORD=passw0rd
REDIS_PASSWORD=
# Port to bind to on the host machine
REDIS_PORT_OVERRIDE=6379
# Timezone (e.g., UTC, Asia/Shanghai, America/New_York)
TZ=UTC
# Skip permission fixing (set to 1 to skip)
SKIP_FIX_PERMS=
# CPU limits
REDIS_CPU_LIMIT=0.50
REDIS_CPU_RESERVATION=0.25
# Memory limits
REDIS_MEMORY_LIMIT=256M
REDIS_MEMORY_RESERVATION=128M