Sign inSign up

bpmbee/docker-sonarr

By bpmbee

Updated about 4 years ago

Sonarr docker image based on debian-slim, updated weekly with included health check

Image
0

1.5K

bpmbee/docker-sonarr repository overview

sonarr-docker

Sonarr image, updated weekly, running the latest v3 version of Sonarr.

Automatically grabs the API key to do a healthcheck

Environment

Environment variableDescription
ENABLE_BACKUPSet to 1 to enable daily backups of the database. Last 30 days are kept.

docker-compose

version: '3.3'

services:

  sonarr:
    image: bpmbee/docker-sonarr:latest
    container_name: sonarr
    environment:
      - TZ=Europe/Amsterdam
      - ENABLE_BACKUP=1 # Optional
    volumes:
      - /local_path/config:/config/
      - /local_path/backups:/backups
      - /path_to_your_tv_dir:/tv
      - /path_to_your_completed_downloads_dir:/downloads
    ports:
      - 8989:8989
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:67e7fca2c

Size

175.6 MB

Last updated

about 4 years ago

docker pull bpmbee/docker-sonarr