refactor(docker): update healthcheck interval=10s and start-period=30s

ref: #947 #152 #774
This commit is contained in:
2025-08-12 13:02:49 +09:30
parent ecc16e6cbf
commit 525da2fbe0

View File

@ -159,7 +159,7 @@ EXPOSE 8000
VOLUME [ "/data", "/etc/itsm" ]
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD \
HEALTHCHECK --interval=10s --timeout=30s --start-period=30s --retries=3 CMD \
supervisorctl status || exit 1