fix(docker): add config_manager.py to Dockerfile and logger components

- Add COPY config_manager.py to Dockerfile so it's included in the image
- Add 'config_manager' to logger COMPONENTS list to enable logging

Fixes the ModuleNotFoundError and ValueError when importing config_manager
This commit is contained in:
2026-02-19 11:02:58 +02:00
parent 305605fde5
commit 9972edb06d
2 changed files with 3 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ COMPONENTS = {
'gpu': 'GPU routing and model management',
'media': 'Media processing (audio, video, images)',
'server': 'Server management and configuration',
'config_manager': 'Configuration and runtime settings management',
'commands': 'Command handling and routing',
'sentiment': 'Sentiment analysis',
'core': 'Core utilities and helpers',
@@ -65,6 +66,7 @@ COMPONENTS = {
'container_manager': 'Docker container lifecycle management',
'error_handler': 'Error detection and webhook notifications',
'uno': 'UNO game automation and commands',
'task_tracker': 'Task tracking and management system',
}
# Global configuration