apply maintainer review feedback

This commit is contained in:
Puechberty Arthur
2026-04-11 14:19:08 +02:00
parent 2809e6a77a
commit e8aac8497a
6 changed files with 29 additions and 33 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ services:
- --appendonly
- "yes"
- --requirepass
- ${REDIS_PASS:-change_me_redis_password}
- ${REDIS_PASS}
volumes:
- redis-data:/data
@@ -24,7 +24,7 @@ services:
- .env
environment:
REDIS_HOST: ${REDIS_HOST:-redis}
REDIS_PASS: ${REDIS_PASS:-change_me_redis_password}
REDIS_PASS: ${REDIS_PASS}
TZ: ${TZ:-UTC}
XIAO_STATE_DIR: ${XIAO_STATE_DIR:-/data}
volumes: