Sign inSign up

linuxpad/jackett-healthcheck

By linuxpad

•Updated about 6 years ago

Latest Jackett release from linuxserver/jackett with the HEALTHCHECK option enabled

Image
0

153

linuxpad/jackett-healthcheck repository overview

⁠jackett-healthcheck

Based on Linuxserver/jackett⁠, just with support for Docker Healthcheck added. I needed this so that Willfarrell/autoheal⁠ could do the magic without manual intervention from me. Please check their respective repositoires for detailed info.

⁠Commands to setup Jackett:

  --name=jackett \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=America/New_York \
  -e AUTO_UPDATE=true `#optional, enabled by default` \
  -v <path to data>:/config \
  -v <path to blackhole>:/downloads \
  --restart unless-stopped \
  siddhant-k/jackett-healthcheck

⁠Commands to setup Autoheal:

docker run -d \
   --name autoheal \
   --restart=always \
   -e AUTOHEAL_CONTAINER_LABEL=all \
   -v /var/run/docker.sock:/var/run/docker.sock \
   willfarrell/autoheal

That's it.

Tag summary

Content type

Image

Digest

Size

98.5 MB

Last updated

about 6 years ago

docker pull linuxpad/jackett-healthcheck