Forgot to add Redis host for patchman-worker.

This commit is contained in:
2025-08-08 14:08:14 -04:00
parent afc37b8977
commit ca898247b0
+2
View File
@@ -4411,6 +4411,8 @@ services:
DB_NAME: patchman
DB_USER: patchman
DB_PASSWORD: ${PATCHMAN_DB_PASSWORD}
CELERY_REDIS_HOST: patchman-valkey
CELERY_REDIS_PORT: 6379
PATCHMAN_MAINTENANCE_ENABLED: true
PATCHMAN_MAINTENANCE_SCHEDULE: '@daily'
image: ghcr.io/tigattack/patchman