mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-28 08:17:03 -05:00
feat(docker): add health check script and update Dockerfile and .dockerignore for improved backup verification and monitoring
This commit is contained in:
@@ -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__/
|
||||
|
||||
Reference in New Issue
Block a user