Compose-Examples/examples/arr-suite
2024-02-28 10:34:35 +01:00
..
docker-compose.yml Update docker-compose.yml 2024-02-28 10:33:55 +01:00
README.md Update README.md 2024-02-28 10:34:35 +01:00

References

Notes

Warning

Downloading copyright restricted movies or media in general is illegal in most countries.

Use this docker stack responsibly!

Docker stack consisting of various arr-services like:

  • Prowlarr
    • Used to index torrent links from the internet
  • Sonarr
    • Used to scan for tv shows
  • Radarr
    • Used to scan for movies
  • Qbittorrent
    • Used to download movies, tv shows, media in general
    • A temporary password for the admin user will be printed to the container log on startup
  • Requestrr
    • Used to request movies and tv-shows by end clients
  • Emby
    • Used to manage media and stream it

Combine with a reverse proxy like Traefik and maybe also a VPN.

Setup

You can follow this Youtube tutorial on how to setup the arr applications:

https://www.youtube.com/watch?v=LD8-Qr3B2-o

Note: As all arr containers live within the same Docker network, you can easily reference container names instead of IPs. Docker will resolve the container names automatically to the current docker containers IP. No need for port mappings or defining your Docker servers IP address. Use Docker networks!

image

image