Take complete control of your media library with an advanced movie collection manager designed for automation. This system ensures you always get the best available versions of your favorite films by seamlessly integrating with your preferred download clients.
Enjoy a hands-off approach to media management with these powerful features:
services:
radarr:
image: lscr.io/linuxserver/radarr:latest
container_name: radarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./movies:/movies
- ./downloads:/downloads
ports:
- 7878:7878
restart: unless-stopped# No sensitive credentials are required for the initial setup.
# Authentication is configured within the application web interface.
# If you choose to externalize variables later, define them here.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago