SickChill is an automatic Video Library Manager that takes the work out of following your favorite TV shows. It actively monitors for new episodes, and once they're available, it automatically searches, downloads, and processes them according to your quality preferences. It keeps your entire collection perfectly organized.
Key capabilities include:
The responsive web interface provides a clear overview of your library, a calendar for upcoming episodes, and a history of your downloads, making it easy to manage your collection from any device.
services:
sickchill:
image: sickchill/sickchill:latest
container_name: sickchill
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./data:/data
- ./downloads:/downloads
- ./tv:/tv
ports:
- 8081:8081
restart: unless-stopped# SickChill does not require sensitive environment variables for basic deployment.
# Configuration and API keys are managed directly within the web interface.Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago