mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-21 11:00:32 +01:00
Healthcheck
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Implemented healthcheck
|
||||
|
||||
## v1.0.0-beta-1 (07-01-2023)
|
||||
- Update to latest version from hay-kot/mealie
|
||||
|
||||
@@ -113,3 +113,16 @@ LABEL \
|
||||
org.opencontainers.image.created=${BUILD_DATE} \
|
||||
org.opencontainers.image.revision=${BUILD_REF} \
|
||||
org.opencontainers.image.version=${BUILD_VERSION}
|
||||
|
||||
#################
|
||||
# 6 Healthcheck #
|
||||
#################
|
||||
|
||||
ARG WEBUI_PORT=""
|
||||
ARG URL=""
|
||||
HEALTHCHECK \
|
||||
--interval=5s \
|
||||
--retries=5 \
|
||||
--start-period=60s \
|
||||
--timeout=25s \
|
||||
CMD python $MEALIE_HOME/mealie/scripts/healthcheck.py || exit 1
|
||||
|
||||
Reference in New Issue
Block a user