mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 10:27:43 +01:00
Add healthcheckscript for postgres
This commit is contained in:
@@ -121,4 +121,4 @@ HEALTHCHECK \
|
||||
--retries=5 \
|
||||
--start-period=90s \
|
||||
--timeout=25s \
|
||||
CMD pg_isready --dbname="${POSTGRES_DB}" --username="${POSTGRES_USER}" || exit 1
|
||||
CMD /usr/local/bin/healthcheck.sh
|
||||
|
||||
Reference in New Issue
Block a user