Healthcheck align

This commit is contained in:
Alexandre
2023-03-12 15:23:03 +01:00
parent 5a03b6ee0d
commit b3a82211a1
34 changed files with 136 additions and 0 deletions

View File

@@ -130,6 +130,10 @@ LABEL \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}
#################
# 6 Healthcheck #
#################
ENV HEALTH_PORT="8686" \
HEALTH_URL=""
HEALTHCHECK \