This commit is contained in:
Andras Schmelczer 2025-07-27 14:53:42 +01:00
parent a2a8784864
commit 362b85a20d

View file

@ -14,7 +14,6 @@ COPY src /src
COPY config/ssh_config /etc/ssh/
COPY config/exclude.conf /exclude.conf
# Add healthcheck to verify backup completed within allowed time
ENV MAX_BACKUP_AGE_SECONDS=86400
HEALTHCHECK --interval=10s --timeout=10s --start-period=1h CMD /src/healthcheck.sh