Apps*arrLidarr

Lidarr

Looks and smells like Sonarr but made for music.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
  lidarr:
    image: lscr.io/linuxserver/lidarr:latest
    container_name: lidarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/lidarr/config:/config
      - /path/to/music:/music #optional
      - /path/to/downloads:/downloads #optional
    ports:
      - 8686:8686
    restart: unless-stopped

Resources

Website: https://lidarr.audio/

GitHub: https://github.com/Lidarr/Lidarr

Docker Hub: https://hub.docker.com/r/linuxserver/lidarr

Configuration: https://github.com/linuxserver/docker-lidarr