docs: NetBox Redis consolidation to shared service
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-23 19:21:30 +02:00
parent 375758a1dd
commit 58cbc0d6a8

View File

@@ -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)
---