| title | Boxarr |
|---|---|
| description | A guide to deploying Boxarr |
| published | true |
| date | 2025-09-11 18:20:38 UTC |
| tags | |
| editor | markdown |
| dateCreated | 2025-09-11 14:02:01 UTC |
Boxarr monitors weekly box office charts and seamlessly integrates with Radarr to ensure your media library always has what people want to watch. No more manual searching for popular movies - Boxarr handles it automatically.
services:
boxarr:
image: ghcr.io/iongpt/boxarr:latest
container_name: boxarr
ports:
- 8898:8888
volumes:
- /mnt/tank/configs/boxarr:/config
restart: unless-stopped
environment:
- TZ=America/New_York- Enter Radarr URL as
http://IP:port - Enter Radarr API Key
- Select Radarr Root Folder
- Select Default Quality Profile
- Select number of movies per week
- Click Save Configuration
Since this is the first time the container will run, click the Weeks tab and select Update Last Week. If you do not run this manually the container will update your movies on the next scheduled run.



