We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91f5385 + b21fb91 commit a055152Copy full SHA for a055152
1 file changed
src/bci_build/package.py
@@ -1841,6 +1841,8 @@ def _create_php_bci(
1841
sed -ri "s|^#?(listen_addresses)\s*=\s*\S+.*|\1 = '*'|" /usr/share/postgresql{ver}/postgresql.conf.sample
1842
1843
STOPSIGNAL SIGINT
1844
+HEALTHCHECK --interval=10s --start-period=10s --timeout=5s \
1845
+ CMD pg_isready -U ${{POSTGRES_USER:-postgres}} -h localhost -p 5432
1846
""",
1847
)
1848
for ver, os_version in product(
0 commit comments