Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 944 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 944 Bytes

Mark's Media Server

Mark's docker-compose file for his automated media server. Containers provided by linuxserver.io

Containers

Container Description Additional
Deluge Torrent Client Hub
Jackett Torrent Indexer Hub
Radarr Movie Downloader Hub
Sonarr Television Downloader Hub
Tautulli Plex Analytics and Statistics Hub

Volumes

I mount a NFS Media Share to the containers in the docker-compose file

volumes:
mediamount:
    driver: local
    driver_opts:
    type: nfs
    o: addr=freenas.arneman.home,nolock,soft,rw
    device: ":/mnt/FreeNAS-Vol/Media"