Store health
This commit is contained in:
parent
362b85a20d
commit
8261031e11
2 changed files with 4 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ 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
|
||||
HEALTHCHECK --interval=10s --timeout=10s CMD /src/healthcheck.sh
|
||||
|
||||
ENTRYPOINT ["sh", "-c", "/src/schedule.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue