fix(dawarich): change redis command line arguments

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-05-13 20:08:12 +00:00
parent 3cdc77ce8a
commit 822db8d89f
+1 -5
View File
@@ -45,7 +45,6 @@ services:
- SMTP_USERNAME=${SMTP_NAME}
- SMTP_PASSWORD=${SMTP_PASSWORD}
- SMTP_FROM=${MAIL_FROM_ADDRESS}
healthcheck:
test:
[
@@ -109,7 +108,6 @@ services:
- SMTP_USERNAME=${SMTP_NAME}
- SMTP_PASSWORD=${SMTP_PASSWORD}
- SMTP_FROM=${MAIL_FROM_ADDRESS}
healthcheck:
test: ["CMD-SHELL", "pgrep -f sidekiq"]
interval: 10s
@@ -161,11 +159,9 @@ services:
- homelab-network
security_opt:
- no-new-privileges:true
command: /bin/sh -c "redis-server --requirepass ${DAWARICH_REDIS_PASSWORD}"
command: /bin/sh -c "redis-server --save 900 1 --save 300 10 --appendonly no --requirepass ${DAWARICH_REDIS_PASSWORD}"
volumes:
- ~/docker-volumes/dawarich/redis:/data
# ports:
# - 5001:6379
environment:
- REDIS_PASSWORD=${DAWARICH_REDIS_PASSWORD}
healthcheck: