mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +02:00
add health check back in
This commit is contained in:
parent
1d526b73e9
commit
1cbdee31dc
@ -48,3 +48,6 @@ CMD [ "yarn", "build-and-start" ]
|
|||||||
|
|
||||||
# Expose given port
|
# Expose given port
|
||||||
EXPOSE ${PORT}
|
EXPOSE ${PORT}
|
||||||
|
|
||||||
|
# Run simple healthchecks every 5 mins, to check the Dashy's everythings great
|
||||||
|
HEALTHCHECK --interval=5m --timeout=2s --start-period=30s CMD yarn health-check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user