Use a greater healthcheck timer

This commit is contained in:
Zoe Roux 2023-11-01 21:18:43 +01:00
parent 0dd3a6190e
commit 3e39ef1705
No known key found for this signature in database

View File

@ -25,5 +25,5 @@ COPY --from=builder /app /app
WORKDIR /kyoo WORKDIR /kyoo
EXPOSE 5000 EXPOSE 5000
HEALTHCHECK --interval=5s CMD curl --fail http://localhost:5000/health || exit HEALTHCHECK --interval=30s CMD curl --fail http://localhost:5000/health || exit
CMD /app/Kyoo.Host CMD /app/Kyoo.Host