Mark's docker-compose file for his automated media server. Containers provided by linuxserver.io
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 |
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"