refactor: move app.py and excluded_containers.json to app/ directory

This commit is contained in:
Сергей Антропов
2025-08-20 15:49:17 +03:00
parent c925e4920a
commit 1e6149107d
4 changed files with 10 additions and 9 deletions

1233
app/app.py Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
{
"excluded_containers": [],
"description": "Список контейнеров, которые генерируют слишком много логов и исключаются из отображения"
}