feat(docker): add health check script and update Dockerfile and .dockerignore for improved backup verification and monitoring

This commit is contained in:
pacnpal
2025-01-29 00:06:23 -05:00
parent 216d8137f8
commit 0144943997
3 changed files with 72 additions and 55 deletions

View File

@@ -13,6 +13,7 @@
# Critical system files (REQUIRED)
!requirements.txt
!docker-entrypoint.sh
!healthcheck.py
# VERIFICATION: Required files that MUST exist:
# - src/simpleguardhome/__init__.py
@@ -21,6 +22,7 @@
# - src/simpleguardhome/config.py
# - src/simpleguardhome/templates/index.html
# - src/simpleguardhome/favicon.ico
# - healthcheck.py
# SAFETY: Never include these files even if allowed above
**/__pycache__/