A radarr container with custom healthcheck.
Go to file
Lukáš Kucharczyk d57572990f
continuous-integration/drone/push Build is passing Details
Update registry URL
2022-04-07 11:37:13 +00:00
.drone.yml Update registry URL 2022-04-07 11:37:13 +00:00
Dockerfile Import changes from GitHub 2021-07-25 21:39:25 +02:00
LICENSE Initial commit 2021-07-25 19:35:12 +00:00
README.md Import changes from GitHub 2021-07-25 21:39:25 +02:00
healthcheck.sh Make healthcheck.sh executable 2021-07-25 21:45:18 +02:00

README.md

Radarr With Healthcheck

Simple healthcheck that polls the official Radarr v3 API to see if there are any problems. Based on the linuxserver/radarr:preview image.

Environmental Variables

Both MUST be defined otherwise the healthcheck will fail.

  • RADARR_URL - The URL to your Radarr container. Either an IP address with port number or URL if you're using a reverse proxy.
  • APIKEY - Can be found in Settings -> General.