Syncs Plex watchlist with Radarr/Sonarr
| Variable | Default | Required |
|---|---|---|
| PLEX_TOKEN | - | * |
| RADARR_TOKEN | - | * |
| RADARR_URL | localhost:7878 | |
| SONARR_TOKEN | - | * |
| SONARR_URL | localhost:8989 | |
| TIME_INTERVAL | 60 |
# export env vars and then run
python main.pyversion: '3'
services:
plexsync:
image: eben0/plexsync:latest
environment:
PLEX_TOKEN: xxxxxxxxx
RADARR_TOKEN: xxxxxxxxx
RADARR_URL: http://radarr:7878
SONARR_TOKEN: xxxxxxxxx
SONARR_URL: http://sonarr:8989
restart: unless-stopped