# jellyfin is used to serve your media to the client devices
image: lscr.io/linuxserver/jellyfin
- /media/sukuna/content/movies:/data/movies
- /media/sukuna/content/tv:/data/tvshows
- ./config/jellyfin:/config
# qBittorrent is used to download torrents
image: lscr.io/linuxserver/qbittorrent
container_name: qbittorrent
- /media/sukuna/content/downloads:/downloads
- ./config/qbittorrent:/config
# Radarr is used to query, add downloads to the download queue and index Movies
image: ghcr.io/linuxserver/radarr
- /media/sukuna/content/movies:/movies
- /media/sukuna/content/downloads:/downloads
- ./config/radarr:/config
# Sonarr is used to query, add downloads to the download queue and index TV shows
image: ghcr.io/linuxserver/sonarr
- /media/sukuna/content/tv:/tv
- /media/sukuna/content/downloads:/downloads
- ./config/sonarr:/config
# Bazarr is used to download and categorize subtitles
image: ghcr.io/linuxserver/bazarr
- /media/sukuna/content/movies:/movies
- /media/sukuna/content/tv:/tv
- ./config/bazarr:/config
# Prowlarr is our torrent indexer/searcher. Sonarr/Radarr use Prowlarr as a
image: lscr.io/linuxserver/prowlarr:latest
- ./config/prowlarr:/config
# Watchtower is going to keep our instances updated
image: containrrr/watchtower
container_name: watchtower
- /var/run/docker.sock:/var/run/docker.sock