removed redis images in favor of the inbuilt keyDB

This commit is contained in:
wjbeckett
2024-10-01 10:41:30 +10:00
parent 7cdec5f251
commit d5aabc85be
7 changed files with 1 additions and 82 deletions

View File

@ -439,8 +439,6 @@ devture_systemd_service_manager_services_list_auto: |
+
([{'name': 'matrix-livekit-server.service', 'priority': 3000, 'groups': ['matrix', 'livekit-server']}] if matrix_livekit_server_enabled else [])
+
([{'name': 'matrix-redis.service', 'priority': 450, 'groups': ['matrix', 'redis']}] if matrix_element_call_enabled else [])
+
([{'name': 'matrix-registration.service', 'priority': 4000, 'groups': ['matrix', 'registration', 'matrix-registration']}] if matrix_registration_enabled else [])
+
([{'name': 'matrix-sliding-sync.service', 'priority': 1500, 'groups': ['matrix', 'sliding-sync']}] if matrix_sliding_sync_enabled else [])