chore: speeds up startup healthchecks

This commit is contained in:
2025-05-23 15:40:56 -05:00
parent 81eb2d1f62
commit 168bf04550
4 changed files with 4 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ USER nobody
COPY --chmod=0775 ./bash/entrypoint.sh /usr/local/bin/
COPY --chmod=0755 ./bash/nginx.conf /etc/nginx/conf.d/site.conf
HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD [ "php", "/var/www/bin/console", "startup:status" ]
HEALTHCHECK --interval=3s --timeout=3s --retries=10 CMD [ "php", "/var/www/bin/console", "startup:status" ]
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]