Update healthcheck to 5s timeout

This commit is contained in:
rtm516 2023-01-21 16:33:11 +00:00 committed by GitHub
parent 4a5024ce26
commit 37f0a669fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ CMD [ "yarn", "start" ]
EXPOSE ${PORT}
# Run simple healthchecks every 5 mins, to check that everythings still great
HEALTHCHECK --interval=5m --timeout=2s --start-period=30s CMD yarn health-check
HEALTHCHECK --interval=5m --timeout=5s --start-period=30s CMD yarn health-check