mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-26 03:24:00 +03:00
Update healthcheck to 5s timeout
This commit is contained in:
parent
4a5024ce26
commit
37f0a669fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user