From 58cbc0d6a82a5984d6b52b891ef9100963a883bc Mon Sep 17 00:00:00 2001 From: XTRM-Unraid Date: Fri, 23 Jan 2026 19:21:30 +0200 Subject: [PATCH] docs: NetBox Redis consolidation to shared service --- docs/06-CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/06-CHANGELOG.md b/docs/06-CHANGELOG.md index ff2365a..76113fd 100644 --- a/docs/06-CHANGELOG.md +++ b/docs/06-CHANGELOG.md @@ -235,3 +235,19 @@ See git history for earlier changes. - [AGENT] Updated discovery agent config with diode-ingress IP --- + +## 2026-01-23 - NetBox Redis Consolidation + +### Service Consolidation +- [REDIS] Removed netbox-redis container (task queue) +- [SHARED] Using Redis (172.18.0.14) for NetBox task queue +- [CACHE] Kept netbox-redis-cache (172.18.0.64) for caching + +### Configuration Changes +- [ENV] REDIS_HOST changed from 172.18.0.63 to 172.18.0.14 +- [LABELS] Added Unraid labels and icons to NetBox containers + +### Containers Removed +- netbox-redis (was 172.18.0.63) + +---