feat(docker): add monitoring script and update Dockerfile and .dockerignore for enhanced backup monitoring and system resource tracking

This commit is contained in:
pacnpal
2025-01-29 00:09:25 -05:00
parent 0144943997
commit 88e29c31a6
3 changed files with 76 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
!requirements.txt
!docker-entrypoint.sh
!healthcheck.py
!monitor.py
# VERIFICATION: Required files that MUST exist:
# - src/simpleguardhome/__init__.py
@@ -23,6 +24,7 @@
# - src/simpleguardhome/templates/index.html
# - src/simpleguardhome/favicon.ico
# - healthcheck.py
# - monitor.py
# SAFETY: Never include these files even if allowed above
**/__pycache__/