dockerfile: disable healthcheck due to high allocation of resources on each healthcheck call
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m16s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m16s
https://github.com/iv-org/invidious-companion/issues/24#issuecomment-2677141666
This commit is contained in:
parent
2a37c1fe53
commit
06cb1e10b0
1 changed files with 1 additions and 1 deletions
|
@ -49,4 +49,4 @@ USER appuser
|
|||
|
||||
ENTRYPOINT ["/tini", "--", "/app/invidious_companion"]
|
||||
|
||||
HEALTHCHECK --interval=5s --timeout=5s --start-period=10s --retries=3 CMD ["/tini", "--", "/app/invidious_companion", "healthcheck"]
|
||||
# HEALTHCHECK --interval=5s --timeout=5s --start-period=10s --retries=3 CMD ["/tini", "--", "/app/invidious_companion", "healthcheck"]
|
||||
|
|
Reference in a new issue